C# Class HA4IoT.Hardware.Knx.KnxController

Mostrar archivo Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Initialization ( ) : void

Method Details

CreateDigitalJoinEndpoint() public method

public CreateDigitalJoinEndpoint ( string identifier ) : KnxDigitalJoinEnpoint
identifier string
return KnxDigitalJoinEnpoint

KnxController() public method

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

SendAnalogJoin() public method

public SendAnalogJoin ( string identifier, double value ) : void
identifier string
value double
return void

SendDigitalJoinOff() public method

public SendDigitalJoinOff ( string identifier ) : void
identifier string
return void

SendDigitalJoinOn() public method

public SendDigitalJoinOn ( string identifier ) : void
identifier string
return void

SendSerialJoin() public method

public SendSerialJoin ( string identifier, string value ) : void
identifier string
value string
return void