1.2.5.68 ADP_BAND Enum
C
typedef enum { ADP_BAND_CENELEC_A = 0, ADP_BAND_CENELEC_B = 1, ADP_BAND_FCC = 2, ADP_BAND_ARIB = 3, ADP_BAND_RF_ONLY = 255 } ADP_BAND;
Summary
Identifies the possible PLC bands, or if No PLC is used.
Description
This enumeration identifies the list of Bands that can be used in PLC lower layers, it is set upon ADP_Open and propagated to lower layers.
Remarks
None.