C# Class CyrusBuilt.MonoPi.Devices.Access.OpenerStateChangeEventArgs

Opener state change event arguments class..
Inheritance: System.EventArgs
ファイルを表示 Open project: cyrusbuilt/MonoPi Class Usage Examples

Public Methods

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.

Method Details

OpenerStateChangeEventArgs() public method

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