3.2.15 MLME_AssociateConf_t Struct

C

typedef struct mlme_associate_conf_tag {
    /** This identifies the message as \ref MLME_ASSOCIATE_CONFIRM */
    enum msg_code cmdcode;
    
    /** The short device address allocated by the coordinator on successful
    * association. This parameter will be equal to 0 x ffff if the association
    * attempt was unsuccessful. */
    uint16_t AssocShortAddress;
    /** The status of the association attempt. */
    uint8_t status;
} MLME_AssociateConf_t;

Summary

MLME_AssociateConf_t holds the MLME-ASSOCIATE.confirm message structure

Description

None

Remarks

None