 | ZWManagerRefreshValue Method |
Refreshes the specified value from the Z-Wave network.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool RefreshValue(
ZWValueId id
)
Public Function RefreshValue (
id As ZWValueId
) As Boolean
public:
virtual bool RefreshValue(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the value to be refreshed.
Return Value
Type:
Booleantrue if the driver and node were found; false otherwise
RemarksA 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