1.3.4.1.22 MAC_PLC_MODULATION_SCHEME Enum
C
typedef enum
{
MODULATION_SCHEME_DIFFERENTIAL = 0x00,
MODULATION_SCHEME_COHERENT = 0x01,
} MAC_PLC_MODULATION_SCHEME;Summary
Identifies the available Modulation Scheme Values for PLC communication.
Description
This enumeration identifies the possible Modulation Schemes used when transmitting and receiving frames over PLC medium.
Remarks
None.
