C# Class ZWaveLib.NodeCommandClass

Afficher le fichier Open project: genielabs/zwave-lib-dotnet

Méthodes publiques

Свойство Type Description
Id byte

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ZWaveLib.NodeCommandClass class.
public NodeCommandClass ( ) : System
Résultat System

NodeCommandClass() public méthode

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

Property Details

Id public_oe property

The CC identifier.
public byte Id
Résultat byte