 | ZWManagerGetPollIntensity Method |
Get the polling intensity of a device's state.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic byte GetPollIntensity(
ZWValueId valueId
)
Public Function GetPollIntensity (
valueId As ZWValueId
) As Byte
public:
virtual unsigned char GetPollIntensity(
[InAttribute] ZWValueId^ valueId
) sealed
Parameters
- valueId
- Type: OpenZWaveZWValueId
The ID of the value to check polling.
Return Value
Type:
ByteIntensity, number of polling for one polling interval.
See Also