 | ZWManagerEnablePoll Method (ZWValueId) |
Enable the polling of a device's state.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool EnablePoll(
ZWValueId valueId
)
Public Function EnablePoll (
valueId As ZWValueId
) As Boolean
public:
virtual bool EnablePoll(
[InAttribute] ZWValueId^ valueId
) sealed
Parameters
- valueId
- Type: OpenZWaveZWValueId
The ID of the value to start polling.
Return Value
Type:
BooleanTrue if polling was enabled.
See Also