C# Class HA4IoT.Hardware.I2CHardwareBridge.SendLDP433MhzSignalCommand

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

Public Methods

Method Description
Execute ( II2CDevice i2CDevice ) : void
WithCode ( uint code ) : SendLDP433MhzSignalCommand
WithLength ( byte length ) : SendLDP433MhzSignalCommand
WithPin ( byte pin ) : SendLDP433MhzSignalCommand
WithRepeats ( byte count ) : SendLDP433MhzSignalCommand

Private Methods

Method Description
ToPackage ( ) : byte[]

Method Details

Execute() public method

public Execute ( II2CDevice i2CDevice ) : void
i2CDevice II2CDevice
return void

WithCode() public method

public WithCode ( uint code ) : SendLDP433MhzSignalCommand
code uint
return SendLDP433MhzSignalCommand

WithLength() public method

public WithLength ( byte length ) : SendLDP433MhzSignalCommand
length byte
return SendLDP433MhzSignalCommand

WithPin() public method

public WithPin ( byte pin ) : SendLDP433MhzSignalCommand
pin byte
return SendLDP433MhzSignalCommand

WithRepeats() public method

public WithRepeats ( byte count ) : SendLDP433MhzSignalCommand
count byte
return SendLDP433MhzSignalCommand