DRV_PLC_PHY_TONE_MAP_RSP Struct
C
typedef struct { /* Modulation type */ DRV_PLC_PHY_MOD_TYPE modType; /* Modulation scheme */ DRV_PLC_PHY_MOD_SCHEME modScheme; /* Tone Map */ uint8_t toneMap[TONE_MAP_SIZE_MAX]; } DRV_PLC_PHY_TONE_MAP_RSP;
Summary
Contains the G3-PLC Tone map response data.
Description
This structure contains the information of Modulation Type, Modulation Scheme and Tone Map data.
Remarks
None.