3.2.29 MLME_RxEnableConf_t Struct
C
typedef struct mlme_rx_enable_conf_tag {
/** This identifies the message as \ref MLME_RX_ENABLE_CONFIRM */
enum msg_code cmdcode;
/** The result of the receiver enable request. */
uint8_t status;
} MLME_RxEnableConf_t;
Summary
MLME_RxEnableConf_t holds the MLME-RX-ENABLE.confirm message structure
Description
None
Remarks
None
