 | ZWManagerIsValuePolled Method |
Test whether the value is currently being polled.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsValuePolled(
ZWValueId id
)
Public Function IsValuePolled (
id As ZWValueId
) As Boolean
public:
virtual bool IsValuePolled(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the value.
Return Value
Type:
Booleantrue if the value is being polled, false otherwise.
See Also