Click or drag to resize

ZWManagerIsValueSet Method

Test whether the value has been set.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool IsValueSet(
	ZWValueId id
)

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the value.

Return Value

Type: Boolean
true if the value has actually been set by a status message from the device, rather than simply being the default.
See Also