프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |