1.3.2.3.15 MAC_WRP_RESET_REQUEST_PARAMS Struct

C

typedef struct
{
    /* True to reset the PIB to the default values, false otherwise */
    bool setDefaultPib;
} MAC_WRP_RESET_REQUEST_PARAMS;

Summary

Defines the Parameters for the MAC Reset Request primitive.

Description

The structure contains the fields expected by the MAC Reset Request primitive.

Field description:

  • setDefaultPib. True to reset the PIB to the default values, false otherwise.

Remarks

None.