C# Class CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightEventArgs

Fireplace pilot light event arguments class.
Inheritance: System.EventArgs
ファイルを表示 Open project: cyrusbuilt/MonoPi Class Usage Examples

Public Methods

Method Description
FireplacePilotLightEventArgs ( System.Boolean lightIsOn ) : System

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightEventArgs class with a flag indicating whether or not the pilot light is on.

Method Details

FireplacePilotLightEventArgs() public method

Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplacePilotLightEventArgs class with a flag indicating whether or not the pilot light is on.
public FireplacePilotLightEventArgs ( System.Boolean lightIsOn ) : System
lightIsOn System.Boolean /// If set to true the pilot light is on. ///
return System