1.1.2.4.65 MAC_RT_PHY_SNIFFER_HEADER Struct

C

typedef struct {
    /* SNIFFER_IF_PHY_COMMAND_G3_VERSION */
    uint8_t commandVersion;
    /* SNIFFER_VERSION */
    uint8_t snifferVersion;
    /* SNIFFER_PLC_G3 */
    uint8_t deviceVersion;
    /* ModType (high) + ModScheme (low) */
    uint8_t modTypeScheme;
    /* Tone Map */
    uint8_t toneMap[3];
    /* Number of symbols */
    uint16_t symbols;
    /* Link Quality Indicator */
    uint8_t lqi;
    /* Delimiter Type */
    uint8_t dt;
    /* Init time */
    uint32_t timeIni;
    /* End time */
    uint32_t timeEnd;
    /* RSSI */
    uint16_t rssi;
    /* AGC factor */
    uint16_t agcFactor;
    /* Data length */
    uint16_t dataLength;
} MAC_RT_PHY_SNIFFER_HEADER;

Summary

G3-PLC PHY sniffer parameters.

Description

This data type includes information about G3-PLC PHY Sniffer packet.