 | ZWValueIdInstance Property |
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.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic byte Instance { get; }
Public ReadOnly Property Instance As Byte
Get
public:
virtual property unsigned char Instance {
unsigned char get () sealed;
}
Property Value
Type:
Byte
See Also