 | ZWManagerIsValueSet Method |
Test whether the value has been set.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsValueSet(
ZWValueId id
)
Public Function IsValueSet (
id As ZWValueId
) As Boolean
public:
virtual bool IsValueSet(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the value.
Return Value
Type:
Booleantrue if the value has actually been set by a status message from the device, rather than simply being the default.
See Also