Свойство | Тип | Описание | |
---|---|---|---|
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 |
public static Parse ( byte data ) : |
||
data | byte | |
Результат |