 | ZWManagerReceiveConfiguration Method |
Receive network configuration information from primary controller. Requires secondary.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool ReceiveConfiguration(
uint homeId
)
Public Function ReceiveConfiguration (
homeId As UInteger
) As Boolean
public:
virtual bool ReceiveConfiguration(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network
Return Value
Type:
Booleanif the ReceiveConfiguration Command was send succesfully to the Controller
RemarksThis 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