C# Class ZWave.Channel.Protocol.NodeEvent

Inheritance: Message
Show file Open project: roblans/ZWave4Net

Public Properties

Property Type Description
Command Command
NodeID byte
ReceiveStatus ReceiveStatus

Public Methods

Method Description
NodeEvent ( byte payload ) : System
ToString ( ) : string

Method Details

NodeEvent() public method

public NodeEvent ( byte payload ) : System
payload byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Command public property

public Command Command
return Command

NodeID public property

public byte NodeID
return byte

ReceiveStatus public property

public ReceiveStatus ReceiveStatus
return ReceiveStatus