C# 클래스 HA4IoT.Hardware.RemoteSwitch.RemoteSocketOutputPort

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

공개 메소드들

메소드 설명
Read ( ) : BinaryState
RemoteSocketOutputPort ( LPD433MHzCodeSequencePair codeSequencePair, LPD433MHzSignalSender sender ) : System
WithInvertedState ( bool value = true ) : IBinaryOutput
Write ( BinaryState state, bool commit = true ) : void

메소드 상세

Read() 공개 메소드

public Read ( ) : BinaryState
리턴 BinaryState

RemoteSocketOutputPort() 공개 메소드

public RemoteSocketOutputPort ( LPD433MHzCodeSequencePair codeSequencePair, LPD433MHzSignalSender sender ) : System
codeSequencePair LPD433MHzCodeSequencePair
sender LPD433MHzSignalSender
리턴 System

WithInvertedState() 공개 메소드

public WithInvertedState ( bool value = true ) : IBinaryOutput
value bool
리턴 IBinaryOutput

Write() 공개 메소드

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