1.4.3.9 PAL_MSG_CONFIRM_DATA Enum

C

typedef struct {
    /* Transmission time in us */
    uint32_t txTime;
    /* Physical channel where the message has been transmitted */
    uint16_t pch;
    /* RMS value */
    uint16_t rmsCalc;
    /* Type mode: Type A, Type B, Type BC, Type Radio  */
    PAL_FRAME frameType;
    /* Buffer identifier */
    uint8_t bufId;
    /* Result */
    PAL_TX_RESULT result;
} PAL_MSG_CONFIRM_DATA;

Summary

Data structure used to confirm the result of transmission request.

Description

This structure is used to indicate to the MAC layer the result of the transmission request of the MAC Protocol Data Unit (MPDU).

Remarks

None.