3.2.27 MLME_SetConf_t Struct

C

typedef struct mlme_set_conf_tag {
    /** This identifies the message as \ref MLME_SET_CONFIRM */
    enum msg_code cmdcode;
    /** The result of the request to write the MAC PIB attribute. */
    uint8_t status;
    /** The identifier of the MAC PIB attribute that was written. */
    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_SetConf_t;

Summary

MLME_SetConf_t holds the MLME-SET.confirm message structure

Description

None

Remarks

None