C# Class HA4IoT.Hardware.RemoteSwitch.RemoteSocketOutputPort

Inheritance: IBinaryOutput
Exibir arquivo Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
Read ( ) : BinaryState
RemoteSocketOutputPort ( LPD433MHzCodeSequencePair codeSequencePair, LPD433MHzSignalSender sender ) : System
WithInvertedState ( bool value = true ) : IBinaryOutput
Write ( BinaryState state, bool commit = true ) : void

Method Details

Read() public method

public Read ( ) : BinaryState
return BinaryState

RemoteSocketOutputPort() public method

public RemoteSocketOutputPort ( LPD433MHzCodeSequencePair codeSequencePair, LPD433MHzSignalSender sender ) : System
codeSequencePair LPD433MHzCodeSequencePair
sender LPD433MHzSignalSender
return System

WithInvertedState() public method

public WithInvertedState ( bool value = true ) : IBinaryOutput
value bool
return IBinaryOutput

Write() public method

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