C# Class HA4IoT.Hardware.CCTools.IOBoardStateChangedEventArgs

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

Méthodes publiques

Méthode Description
IOBoardStateChangedEventArgs ( byte oldState, byte newState ) : System

Method Details

IOBoardStateChangedEventArgs() public méthode

public IOBoardStateChangedEventArgs ( byte oldState, byte newState ) : System
oldState byte
newState byte
Résultat System