1.3.2.3.62 MAC_WRP_MODULATION_SCHEME Enum

C

typedef enum
{
    MAC_WRP_MODULATION_SCHEME_DIFFERENTIAL = 0x00,
    MAC_WRP_MODULATION_SCHEME_COHERENT = 0x01,
} MAC_WRP_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

It is only used when PLC MAC layer is present.