C# 클래스 ZWave.Channel.Extentions

파일 보기 프로젝트 열기: roblans/ZWave4Net

공개 메소드들

메소드 설명
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