C# Класс ZWave.Channel.Extentions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Send() публичный статический Метод

public static Send ( this channel, Node node, Command command ) : System.Threading.Tasks.Task
channel this
node Node
command Command
Результат System.Threading.Tasks.Task

Send() публичный статический Метод

public static Send ( this channel, Node node, Command command, Enum responseCommand ) : Task
channel this
node Node
command Command
responseCommand System.Enum
Результат Task

Send() публичный статический Метод

public static Send ( this channel, byte nodeID, Command command, Enum responseCommand ) : Task
channel this
nodeID byte
command Command
responseCommand System.Enum
Результат Task