C# Class ZWave.Channel.Extentions

Show file Open project: roblans/ZWave4Net

Public Methods

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

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

Send() public static method

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

Send() public static method

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