1.3.5.1.21 MAC_RF_RLQ_IE Struct
C
typedef struct { MAC_RF_HEADER_IE headerIE; uint8_t reverseLqi; } MAC_RF_RLQ_IE;
Summary
Defines the fields of the MAC Reverse Link Quality Information Element.
Description
This structure contains the fields of a MAC Reverse Link Quality Information Element, as defined in the G3-PLC standard.
Field description:
- headerIE. The Information Element Header.
- reverseLqi. Quality of received frames from the destination of the packet containing this IE, as seen by the transmitter of the packet containing this IE.
Remarks
None.