C# Class HA4IoT.Hardware.CCTools.IOBoardStateChangedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
IOBoardStateChangedEventArgs ( byte oldState, byte newState ) : System

Method Details

IOBoardStateChangedEventArgs() public method

public IOBoardStateChangedEventArgs ( byte oldState, byte newState ) : System
oldState byte
newState byte
return System