3.2.25 MLME_GetConf_t Struct

C

typedef struct mlme_get_conf_tag {
    /** This identifies the message as \ref MLME_GET_CONFIRM */
    enum msg_code cmdcode;
    /** The result of the request for PHY PIB attribute information.*/
    uint8_t status;
    /** 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
    /** The value of the indicated MAC PIB attribute that was read. */
    PibValue_t PIBAttributeValue;
} MLME_GetConf_t;

Summary

MLME_GetConf_t holds the MLME-GET.confirm message structure

Description

None

Remarks

None