Method | Description | |
---|---|---|
OpenerStateChangeEventArgs ( OpenerState oldState, OpenerState newState ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerStateChangeEventArgs class with the new and old states.
|
public OpenerStateChangeEventArgs ( OpenerState oldState, OpenerState newState ) : System | ||
oldState | OpenerState | /// The previous state of the opener. /// |
newState | OpenerState | /// The current state of the opener. /// |
return | System |