Click or drag to resize

ZWManagerEnablePoll Method (ZWValueId, Byte)

Enable the polling of a device's state.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool EnablePoll(
	ZWValueId valueId,
	byte intensity
)

Parameters

valueId
Type: OpenZWaveZWValueId
The ID of the value to start polling.
intensity
Type: SystemByte
number of polling for one polling interval.

Return Value

Type: Boolean
True if polling was enabled.
See Also