1.2.5.26 ADP_NetworkStartRequest Function
C
void ADP_NetworkStartRequest (
    uint16_t panId
);Summary
This primitive requests the starting of a new network.
Description
The ADP Network Start Request primitive allows the upper layer to request the starting of a new network. It shall only be invoked by a device designated as the PAN coordinator during the factory process. Result is provided in the corresponding ADP Network Start Confirm callback.
Parameters
| Param | Description | 
|---|---|
| panId | The PANId of the network to create; determined at the application level | 
Returns
None.
Example
ADP_NetworkStartRequest(0x1234);
// Wait for Network Start ConfirmRemarks
None.
