Property | Type | Description | |
---|---|---|---|
Payload | byte[] |
Method | Description | |
---|---|---|
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 | ||
return | System |
public Command ( CommandClass @class, byte commandID ) : System | ||
@class | CommandClass | |
commandID | byte | |
return | System |
public Command ( byte classID, |
||
classID | byte | |
command | ||
return | System |
public Command ( byte classID, byte commandID ) : System | ||
classID | byte | |
commandID | byte | |
return | System |