Click or drag to resize

ZWManagerRefreshValue Method

Refreshes the specified value from the Z-Wave network.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool RefreshValue(
	ZWValueId id
)

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the value to be refreshed.

Return Value

Type: Boolean
true if the driver and node were found; false otherwise
Remarks
A call to this function causes the library to send a message to the network to retrieve the current value of the specified ValueID (just like a poll, except only one-time, not recurring).
See Also