1.3.2.3.9 MAC_WRP_DATA_CONFIRM_PARAMS Struct
C
typedef struct { /* Transmission time, refered to MAC milliseconds counter */ MAC_WRP_TIMESTAMP timestamp; /* The handle associated with the MSDU being confirmed */ uint8_t msduHandle; /* The result of the last MSDU transmission */ MAC_WRP_STATUS status; /* The Confirm result Media Type */ MAC_WRP_MEDIA_TYPE_CONFIRM mediaType; } MAC_WRP_DATA_CONFIRM_PARAMS;
Summary
Defines the Parameters for the MAC Data Confirm event handler function.
Description
The structure contains the fields reported by the MAC Data Confirm event handler function.
Field description:
timestamp. Transmission time, refered to MAC milliseconds counter.
msduHandle. The handle associated with the MSDU being confirmed.
status. The result of the last MSDU transmission.
mediaType. The Confirm result Media Type.
Remarks
mediaType field is only relevant if both MAC layers are used, otherwise it is fixed to the available MAC.