1.3.4.1.21 MAC_PLC_BAND Enum

C

typedef enum
{
    MAC_PLC_BAND_CENELEC_A = 0,
    MAC_PLC_BAND_CENELEC_B = 1,
    MAC_PLC_BAND_FCC = 2,
    MAC_PLC_BAND_ARIB = 3,
} MAC_PLC_BAND;

Summary

Identifies the possible PLC band values.

Description

This enumeration identifies the possible PLC working band values.

Remarks

None.