1.3.5.1.20 MAC_RF_LI_IE Struct

C

typedef struct
{
    MAC_RF_HEADER_IE headerIE;
    uint8_t dutyCycle;
    uint8_t txPowerOffset;
} MAC_RF_LI_IE;

Summary

Defines the fields of the MAC Link Info Information Element.

Description

This structure contains the fields of a MAC Link Info Information Element, as defined in the G3-PLC standard.

Field description:

  • headerIE: The Information Element Header
  • dutyCycle: Current Duty Cycle usage in the transmitting device
  • txPowerOffset: Power offset (attenuation) in the transmitting device

Remarks

None.