3.2.34 MLME_StartConf_t Struct

C

typedef struct mlme_start_conf_tag {
    /** This identifies the message as \ref MLME_START_CONFIRM */
    enum msg_code cmdcode;
    
    /** The result of the attempt to start using an updated superframe
    * configuration. */
    uint8_t status;
} MLME_StartConf_t;

Summary

MLME_StartConf_t holds the MLME-START.confirm message structure

Description

None

Remarks

None