1.1.2.4.39 MAC_RT_RX_PARAMETERS_OBJ Struct

C

typedef struct __attribute__((packed, aligned(1))) {
    /* High Priority */
    bool highPriority;
    /* PDU Link Quality */
    uint8_t pduLinkQuality;
    /* Phase Differential */
    uint8_t phaseDifferential;
    /* Modulation Type */
    MAC_RT_MOD_TYPE modType;
    /* Modulation Scheme */
    MAC_RT_MOD_SCHEME modScheme;
    /* Tone map */
    MAC_RT_TONE_MAP toneMap;
    /* Tone map Response */
    MAC_RT_TONE_MAP_RSP_DATA toneMapRsp;
} MAC_RT_RX_PARAMETERS_OBJ;

Summary

Contains information realted to a received message.

Description

This structure contains necessary information of a received frame, such as quality, modulation, ...

Remarks

None.