 | ZWManagerRequestNodeNeighborUpdate Method |
Ask a Node to update its Neighbor Tables
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool RequestNodeNeighborUpdate(
uint homeId,
byte nodeId
)
Public Function RequestNodeNeighborUpdate (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool RequestNodeNeighborUpdate(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
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:
Booleanif the Command was send succesfully to the
RemarksThis 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