Click or drag to resize

ZWManagerRequestNetworkUpdate Method

Update the controller with network information from the SUC/SIS.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool RequestNetworkUpdate(
	uint homeId,
	byte nodeId
)

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network
nodeId
Type: SystemByte
the ID of the Node

Return Value

Type: Boolean
if the RequestNetworkUpdate Command was send succesfully to the Controller
Remarks

Results of the RequestNetworkUpdate Command will be send as a Notification with the Notification type asc Notification::Type_ControllerCommand

See Also