Click or drag to resize

ZWManagerIsValuePolled Method

Test whether the value is currently being polled.

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

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the value.

Return Value

Type: Boolean
true if the value is being polled, false otherwise.
See Also