C# Class ZWave.Channel.NodeEventArgs

Inheritance: System.EventArgs
Show file Open project: roblans/ZWave4Net Class Usage Examples

Public Properties

Property Type Description
Command Command
NodeID byte

Public Methods

Method Description
NodeEventArgs ( byte nodeID, Command command ) : System

Method Details

NodeEventArgs() public method

public NodeEventArgs ( byte nodeID, Command command ) : System
nodeID byte
command Command
return System

Property Details

Command public property

public Command,ZWave.Channel Command
return Command

NodeID public property

public byte NodeID
return byte