C# 클래스 ZWave.Channel.Protocol.NodeEvent

상속: Message
파일 보기 프로젝트 열기: roblans/ZWave4Net

공개 프로퍼티들

프로퍼티 타입 설명
Command Command
NodeID byte
ReceiveStatus ReceiveStatus

공개 메소드들

메소드 설명
NodeEvent ( byte payload ) : System
ToString ( ) : string

메소드 상세

NodeEvent() 공개 메소드

public NodeEvent ( byte payload ) : System
payload byte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Command 공개적으로 프로퍼티

public Command Command
리턴 Command

NodeID 공개적으로 프로퍼티

public byte NodeID
리턴 byte

ReceiveStatus 공개적으로 프로퍼티

public ReceiveStatus ReceiveStatus
리턴 ReceiveStatus