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