3.2.22 MLME_ResetReq_t Struct
C
typedef struct mlme_reset_req_tag {
/** This identifies the message as \ref MLME_RESET_REQUEST */
enum msg_code cmdcode;
/** If TRUE, the MAC sublayer is reset and all MAC PIB attributes are set to
* their default values. If FALSE, the MAC sublayer is reset but all MAC PIB
* attributes retain their values prior to the generation of the
* MLME-RESET.request primitive. */
uint8_t SetDefaultPIB;
} MLME_ResetReq_t;
Summary
MLME_ResetReq_t holds the MLME-RESET.request message structure
Description
None
Remarks
None
