C# 클래스 HA4IoT.Hardware.Knx.KnxController

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

공개 메소드들

메소드 설명
CreateDigitalJoinEndpoint ( string identifier ) : KnxDigitalJoinEnpoint
KnxController ( HostName hostName, int port, string password = "" ) : System
SendAnalogJoin ( string identifier, double value ) : void
SendDigitalJoinOff ( string identifier ) : void
SendDigitalJoinOn ( string identifier ) : void
SendSerialJoin ( string identifier, string value ) : void

비공개 메소드들

메소드 설명
Initialization ( ) : void

메소드 상세

CreateDigitalJoinEndpoint() 공개 메소드

public CreateDigitalJoinEndpoint ( string identifier ) : KnxDigitalJoinEnpoint
identifier string
리턴 KnxDigitalJoinEnpoint

KnxController() 공개 메소드

public KnxController ( HostName hostName, int port, string password = "" ) : System
hostName Windows.Networking.HostName
port int
password string
리턴 System

SendAnalogJoin() 공개 메소드

public SendAnalogJoin ( string identifier, double value ) : void
identifier string
value double
리턴 void

SendDigitalJoinOff() 공개 메소드

public SendDigitalJoinOff ( string identifier ) : void
identifier string
리턴 void

SendDigitalJoinOn() 공개 메소드

public SendDigitalJoinOn ( string identifier ) : void
identifier string
리턴 void

SendSerialJoin() 공개 메소드

public SendSerialJoin ( string identifier, string value ) : void
identifier string
value string
리턴 void