C# Class HA4IoT.Hardware.Knx.KnxController

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

Méthodes publiques

Méthode 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

Méthode Description
Initialization ( ) : void

Method Details

CreateDigitalJoinEndpoint() public méthode

public CreateDigitalJoinEndpoint ( string identifier ) : KnxDigitalJoinEnpoint
identifier string
Résultat KnxDigitalJoinEnpoint

KnxController() public méthode

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

SendAnalogJoin() public méthode

public SendAnalogJoin ( string identifier, double value ) : void
identifier string
value double
Résultat void

SendDigitalJoinOff() public méthode

public SendDigitalJoinOff ( string identifier ) : void
identifier string
Résultat void

SendDigitalJoinOn() public méthode

public SendDigitalJoinOn ( string identifier ) : void
identifier string
Résultat void

SendSerialJoin() public méthode

public SendSerialJoin ( string identifier, string value ) : void
identifier string
value string
Résultat void