1.3.2.3.23 MAC_WRP_START_REQUEST_PARAMS Struct
C
typedef struct
{
    /* The PAN Identifier for the started Network */
    MAC_WRP_PAN_ID panId;
} MAC_WRP_START_REQUEST_PARAMS;Summary
Defines the Parameters for the MAC Start Request primitive.
Description
The structure contains the fields expected by the MAC Start Request primitive. This primitive is invoked by a PAN Coordinator to establish a new PAN to which devices can join to build a G3 Network.
Field description:
panId. The PAN Identifier for the started Network.
Remarks
None.
