3.2.10 MCPS_PurgeReq_t Struct
C
typedef struct mcps_purge_req_tag { /** This identifies the message as \ref MCPS_PURGE_REQUEST */ enum msg_code cmdcode; /** The handle of the MSDU to be purged from the transaction queue. */ uint8_t msduHandle; } MCPS_PurgeReq_t;
Summary
MCPS_PurgeReq_t holds the MCPS-PURGE.request message structure
Description
None
Remarks
None