1.3.4.1.23 MAC_PLC_MODULATION_TYPE Enum
C
typedef enum
{
MODULATION_ROBUST = 0x00,
MODULATION_DBPSK_BPSK = 0x01,
MODULATION_DQPSK_QPSK = 0x02,
MODULATION_D8PSK_8PSK = 0x03,
MODULATION_16_QAM = 0x04,
} MAC_PLC_MODULATION_TYPE;Summary
Identifies the available Modulation Type Values for PLC communication.
Description
This enumeration identifies the possible Modulation Types used when transmitting and receiving frames over PLC medium.
Remarks
None.
