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

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

Public Methods

Method Description
OpenerLockChangeEventArgs ( System.Boolean locked ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerLockChangeEventArgs class with the lock state.

Method Details

OpenerLockChangeEventArgs() public method

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Access.OpenerLockChangeEventArgs class with the lock state.
public OpenerLockChangeEventArgs ( System.Boolean locked ) : System
locked System.Boolean /// Set true if locked. ///
return System