3.2.24 MLME_GetReq_t Struct
C
typedef struct mlme_get_req_tag { /** This identifies the message as \ref MLME_GET_REQUEST */ enum msg_code cmdcode; /** The identifier of the MAC PIB attribute to get. */ 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 } MLME_GetReq_t;
Summary
MLME_GetReq_t holds the MLME-GET.request message structure
Description
None
Remarks
None