1.3.3.1.29 MAC_RESET_REQUEST_PARAMS Struct
C
typedef struct
{
/* True to reset the PIB to the default values, false otherwise */
bool setDefaultPib;
} MAC_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.
