C# Class HA4IoT.Hardware.Pi2.Pi2Gpio

Inheritance: IBinaryOutput, IBinaryInput
Datei anzeigen Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
Pi2Gpio ( Windows.Devices.Gpio.GpioPin pin ) : System
Write ( BinaryState state, bool commit = true ) : void

Private Methods

Method Description
CoerceState ( BinaryState state ) : BinaryState
IBinaryInput ( ) : BinaryState
IBinaryInput ( bool value ) : IBinaryInput
IBinaryOutput ( ) : BinaryState
IBinaryOutput ( bool value ) : IBinaryOutput

Method Details

Pi2Gpio() public method

public Pi2Gpio ( Windows.Devices.Gpio.GpioPin pin ) : System
pin Windows.Devices.Gpio.GpioPin
return System

Write() public method

public Write ( BinaryState state, bool commit = true ) : void
state BinaryState
commit bool
return void