Click or drag to resize

ZWManagerRequestNodeNeighborUpdate Method

Ask a Node to update its Neighbor Tables

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

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network where you want to update the device
nodeId
Type: SystemByte
The NodeID of the Node.

Return Value

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

This command will ask a Node to update its Neighbor Tables.

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

See Also