3.2.26 MLME_SetReq_t Struct
C
typedef struct mlme_set_req_tag {
/** This identifies the message as \ref MLME_SET_REQUEST */
enum msg_code cmdcode;
/** The identifier of the MAC PIB attribute to set. */
uint8_t PIBAttribute;
#if ((defined MAC_SECURITY_ZIP) || (defined MAC_SECURITY_2006))
/** The index within the table of the specified MAC PIB attribute to set. */
uint8_t PIBAttributeIndex;
#endif
/** The value to write to the indicated MAC PIB attribute. */
PibValue_t PIBAttributeValue;
} MLME_SetReq_t;
Summary
MLME_SetReq_t holds the MLME-SET.request message structure
Description
None
Remarks
None
