C# Class HA4IoT.Contracts.Hardware.BinaryStateChangedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
BinaryStateChangedEventArgs ( BinaryState oldState, BinaryState newState ) : System

Method Details

BinaryStateChangedEventArgs() public méthode

public BinaryStateChangedEventArgs ( BinaryState oldState, BinaryState newState ) : System
oldState BinaryState
newState BinaryState
Résultat System