1.3.3.1.31 MAC_START_REQUEST_PARAMS Struct

C

typedef struct
{
    /* The PAN Identifier for the started Network */
    MAC_PAN_ID panId;
} MAC_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.