C# 클래스 ZWave.Channel.Command

파일 보기 프로젝트 열기: roblans/ZWave4Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Payload byte[]

공개 메소드들

메소드 설명
Command ( CommandClass @class, Enum command ) : System
Command ( CommandClass @class, byte commandID ) : System
Command ( byte classID, Enum command ) : System
Command ( byte classID, byte commandID ) : System
Parse ( byte data ) : Command
ToBytes ( ) : byte[]
ToString ( ) : string

메소드 상세

Command() 공개 메소드

public Command ( CommandClass @class, Enum command ) : System
@class CommandClass
command System.Enum
리턴 System

Command() 공개 메소드

public Command ( CommandClass @class, byte commandID ) : System
@class CommandClass
commandID byte
리턴 System

Command() 공개 메소드

public Command ( byte classID, Enum command ) : System
classID byte
command System.Enum
리턴 System

Command() 공개 메소드

public Command ( byte classID, byte commandID ) : System
classID byte
commandID byte
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( byte data ) : Command
data byte
리턴 Command

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Payload 공개적으로 프로퍼티

public byte[] Payload
리턴 byte[]