1.2.5.65 ADP_MODULATION_PLC Enum

C

typedef enum
{
    MOD_ROBO,
    MOD_BPSK,
    MOD_DBPSK,
    MOD_QPSK,
    MOD_DQPSK,
    MOD_8PSK,
    MOD_D8PSK,
    MOD_16QAM,
    MOD_UNKNOWN = 255
} ADP_MODULATION_PLC;

Summary

Identifies the available modulation values for PLC communication.

Description

This enumeration identifies the possible modulations used when transmitting and receiving frames over PLC medium.

Remarks

It is only used when PLC MAC layer is present.