C# Class ZWave.Channel.Extentions

Afficher le fichier Open project: roblans/ZWave4Net

Méthodes publiques

Méthode Description
Send ( this channel, Node node, Command command ) : System.Threading.Tasks.Task
Send ( this channel, Node node, Command command, Enum responseCommand ) : Task
Send ( this channel, byte nodeID, Command command, Enum responseCommand ) : Task

Method Details

Send() public static méthode

public static Send ( this channel, Node node, Command command ) : System.Threading.Tasks.Task
channel this
node Node
command Command
Résultat System.Threading.Tasks.Task

Send() public static méthode

public static Send ( this channel, Node node, Command command, Enum responseCommand ) : Task
channel this
node Node
command Command
responseCommand System.Enum
Résultat Task

Send() public static méthode

public static Send ( this channel, byte nodeID, Command command, Enum responseCommand ) : Task
channel this
nodeID byte
command Command
responseCommand System.Enum
Résultat Task