1.1.2.4.58 MAC_RT_NEIGHBOUR_ENTRY Struct

C

typedef struct __attribute__((packed)) {
    uint16_t shortAddress;
    MAC_RT_TONE_MAP toneMap;
    uint8_t modulationType : 3;
    uint8_t txGain : 4;
    uint8_t txRes : 1;
    MAC_RT_TX_COEF txCoef;
    uint8_t modulationScheme : 1;
    uint8_t phaseDifferential : 3;
    uint8_t lqi;
    uint16_t tmrValidTime;
} MAC_RT_NEIGHBOUR_ENTRY;

Summary

G3-PLC MAC Neighbour Table entry.

Description

This data type defines a G3-PLC MAC Neighbour Table entry.

Remarks

For more information, please refer to G3-PLC Specification.