 | ZWManagerRequestNetworkUpdate Method |
Update the controller with network information from the SUC/SIS.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool RequestNetworkUpdate(
uint homeId,
byte nodeId
)
Public Function RequestNetworkUpdate (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool RequestNetworkUpdate(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network - nodeId
- Type: SystemByte
the ID of the Node
Return Value
Type:
Booleanif the RequestNetworkUpdate Command was send succesfully to the Controller
RemarksResults of the RequestNetworkUpdate Command will be send as a Notification with the Notification type asc
Notification::Type_ControllerCommand
See Also