Click or drag to resize

ZWManagerReceiveConfiguration Method

Receive network configuration information from primary controller. Requires secondary.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool ReceiveConfiguration(
	uint homeId
)

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network

Return Value

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

This command prepares the controller to recieve Network Configuration from a Secondary Controller.

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

See Also