프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Payload | byte[] |
메소드 | 설명 | |
---|---|---|
Command ( CommandClass @class, |
||
Command ( CommandClass @class, byte commandID ) : System | ||
Command ( byte classID, |
||
Command ( byte classID, byte commandID ) : System | ||
Parse ( byte data ) : |
||
ToBytes ( ) : byte[] | ||
ToString ( ) : string |
public Command ( CommandClass @class, |
||
@class | CommandClass | |
command | ||
리턴 | System |
public Command ( CommandClass @class, byte commandID ) : System | ||
@class | CommandClass | |
commandID | byte | |
리턴 | System |
public Command ( byte classID, |
||
classID | byte | |
command | ||
리턴 | System |
public Command ( byte classID, byte commandID ) : System | ||
classID | byte | |
commandID | byte | |
리턴 | System |