Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AddParameter ( byte param ) : void | ||
Parse ( byte message ) : void | ||
ZWaveMessage ( ) : System.Collections.Generic |
|
|
ZWaveMessage ( byte message ) : System.Collections.Generic | ||
ZWaveMessage ( byte messageType, byte function, byte nodeId = 0x00, byte commandClass = 0x00, byte command = 0x00 ) : System.Collections.Generic |
public ZWaveMessage ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ZWaveMessage ( byte message ) : System.Collections.Generic | ||
message | byte | |
Результат | System.Collections.Generic |
public ZWaveMessage ( byte messageType, byte function, byte nodeId = 0x00, byte commandClass = 0x00, byte command = 0x00 ) : System.Collections.Generic | ||
messageType | byte | |
function | byte | |
nodeId | byte | |
commandClass | byte | |
command | byte | |
Результат | System.Collections.Generic |