C# Class HA4IoT.Hardware.I2CHardwareBridge.SendInfraredSignalCommand

Inheritance: I2CHardwareBridgeCommand
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( II2CDevice i2CDevice ) : void
WithFrequency ( byte frequency ) : SendInfraredSignalCommand
WithPin ( byte pin ) : SendInfraredSignalCommand
WithRepeats ( byte count ) : SendInfraredSignalCommand
WithSignal ( byte signal ) : SendInfraredSignalCommand

Private Methods

Méthode Description
GenerateClearSignalCachePackage ( ) : byte[]
GenerateFillSignalCachePackage ( byte data ) : byte[]
GenerateSendCachedSignalPackage ( ) : byte[]

Method Details

Execute() public méthode

public Execute ( II2CDevice i2CDevice ) : void
i2CDevice II2CDevice
Résultat void

WithFrequency() public méthode

public WithFrequency ( byte frequency ) : SendInfraredSignalCommand
frequency byte
Résultat SendInfraredSignalCommand

WithPin() public méthode

public WithPin ( byte pin ) : SendInfraredSignalCommand
pin byte
Résultat SendInfraredSignalCommand

WithRepeats() public méthode

public WithRepeats ( byte count ) : SendInfraredSignalCommand
count byte
Résultat SendInfraredSignalCommand

WithSignal() public méthode

public WithSignal ( byte signal ) : SendInfraredSignalCommand
signal byte
Résultat SendInfraredSignalCommand