  | ZWManagerDeleteAllReturnRoutes Method  | 
 Ask a Node to delete all Return Route.
 
    Namespace: 
   OpenZWave
    Assembly:
   OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool DeleteAllReturnRoutes(
	uint homeId,
	byte nodeId
)
Public Function DeleteAllReturnRoutes ( 
	homeId As UInteger,
	nodeId As Byte
) As Boolean
public:
virtual bool DeleteAllReturnRoutes(
	[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 Controller
RemarksThis command will ask a Node to delete all its return routes, and will rediscover when needed.
Results of the AddNode Command will be send as a Notification with the Notification type as
Notification::Type_ControllerCommand
See Also