C# 클래스 HA4IoT.Hardware.I2CHardwareBridge.SendInfraredSignalCommand

상속: I2CHardwareBridgeCommand
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( II2CDevice i2CDevice ) : void
WithFrequency ( byte frequency ) : SendInfraredSignalCommand
WithPin ( byte pin ) : SendInfraredSignalCommand
WithRepeats ( byte count ) : SendInfraredSignalCommand
WithSignal ( byte signal ) : SendInfraredSignalCommand

비공개 메소드들

메소드 설명
GenerateClearSignalCachePackage ( ) : byte[]
GenerateFillSignalCachePackage ( byte data ) : byte[]
GenerateSendCachedSignalPackage ( ) : byte[]

메소드 상세

Execute() 공개 메소드

public Execute ( II2CDevice i2CDevice ) : void
i2CDevice II2CDevice
리턴 void

WithFrequency() 공개 메소드

public WithFrequency ( byte frequency ) : SendInfraredSignalCommand
frequency byte
리턴 SendInfraredSignalCommand

WithPin() 공개 메소드

public WithPin ( byte pin ) : SendInfraredSignalCommand
pin byte
리턴 SendInfraredSignalCommand

WithRepeats() 공개 메소드

public WithRepeats ( byte count ) : SendInfraredSignalCommand
count byte
리턴 SendInfraredSignalCommand

WithSignal() 공개 메소드

public WithSignal ( byte signal ) : SendInfraredSignalCommand
signal byte
리턴 SendInfraredSignalCommand