3.2.11 MCPS_PurgeConf_t Struct

C

typedef struct mcps_purge_conf_tag {
    /** This identifies the message as \ref MCPS_PURGE_CONFIRM */
    enum msg_code cmdcode;
    
    /* The handle of the MSDU requested to be purge from transaction queue. */
    uint8_t msduHandle;
    
    /** The status of the request to be purged an MSDU from transaction queue. */
    uint8_t status;
} MCPS_PurgeConf_t;

Summary

MCPS_PurgeConf_t holds the MCPS-PURGE.confirm message structure

Description

None

Remarks

None