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

ParamDescription
panIdThe PANId of the network to create; determined at the application level

Returns

None.

Example

ADP_NetworkStartRequest(0x1234);
// Wait for Network Start Confirm

Remarks

None.