Click or drag to resize

ZWValueId Properties

The ZWValueId type exposes the following members.

Properties
  NameDescription
Public propertyCommandClassId
Get the Z-Wave command class that created and manages this value. Knowledge of command classes is not required to use OpenZWave, but this information is exposed in case it is of interest.
Public propertyGenre
Get the genre of the value. The genre classifies a value to enable low - level system or configuration parameters to be filtered out by the application
Public propertyHomeId
Gets the Home ID of the driver that controls the node containing the value.
Public propertyId
Get a 64Bit Integer that represents this ValueID. This Integer is not guaranteed to be valid across restarts of OpenZWave.
Public propertyIndex
Get the value index. The index is used to identify one of multiple values created and managed by a command class. In the case of configurable parameters (handled by the configuration command class), the index is the same as the parameter ID. Knowledge of command classes is not required to use OpenZWave, but this information is exposed in case it is of interest.
Public propertyInstance
Get the command class instance of this value. It is possible for there to be multiple instances of a command class, although currently it appears that only the SensorMultilevel command class ever does this. Knowledge of instances and command classes is not required to use OpenZWave, but this information is exposed in case it is of interest.
Public propertyNodeId
Gets the Node ID of the node containing the value.
Public propertyType
Get the type of the value. The type describes the data held by the value and enables the user to select the correct value accessor method in the Manager class.
Top
See Also