C# 클래스 iAutomationAtHome.ZSharp.ZWaveMessage

Description of ZWaveRequest.
파일 보기 프로젝트 열기: thrandre/ZSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddParameter() 공개 메소드

public AddParameter ( byte param ) : void
param byte
리턴 void

Parse() 공개 메소드

public Parse ( byte message ) : void
message byte
리턴 void

ZWaveMessage() 공개 메소드

public ZWaveMessage ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ZWaveMessage() 공개 메소드

public ZWaveMessage ( byte message ) : System.Collections.Generic
message byte
리턴 System.Collections.Generic

ZWaveMessage() 공개 메소드

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