C# Class ZWaveLib.NodeCommandClass

Mostra file Open project: genielabs/zwave-lib-dotnet

Public Properties

Property Type Description
Id byte

Private Properties

Property Type Description

Public Methods

Method Description
NodeCommandClass ( ) : System

Initializes a new instance of the ZWaveLib.NodeCommandClass class.

NodeCommandClass ( byte id, int version = -1 ) : System

Initializes a new instance of the ZWaveLib.NodeCommandClass class.

Method Details

NodeCommandClass() public method

Initializes a new instance of the ZWaveLib.NodeCommandClass class.
public NodeCommandClass ( ) : System
return System

NodeCommandClass() public method

Initializes a new instance of the ZWaveLib.NodeCommandClass class.
public NodeCommandClass ( byte id, int version = -1 ) : System
id byte Identifier.
version int Version.
return System

Property Details

Id public_oe property

The CC identifier.
public byte Id
return byte