BroadbandTechnologyCategoryToCodeSet
const BroadbandTechnologyCategoryToCodeSet: object;
A mapping of broadband technology categories to their respective technology codes.
Type declaration
CABLE
readonly CABLE: Set<CableModemOtherThanDOCSIS1 | CableModemDOCSIS1 | CableModemDOCSIS3 | CableModemDOCSIS31>;
DSL
readonly DSL: Set<AsymmetricXDSL | ADSL2ADSL2Plus | VDSL | SymmetricXDSL>;
ELECTRIC_POWER_LINE
readonly ELECTRIC_POWER_LINE: Set<ElectricPowerLine>;
FIBER
readonly FIBER: Set<OpticalCarrierFiber>;
FIXED_WIRELESS
readonly FIXED_WIRELESS: Set<UnlicensedTerrestrialFixedWireless | LicensedTerrestrialFixedWireless | LicensedByRuleTerrestrialFixedWireless>;
OTHER
readonly OTHER: Set<OtherCopperWireline | AllOther>;
SATELLITE
readonly SATELLITE: Set<GeostationarySatellite | NonGeostationarySatellite>;
See
BroadbandTechnologyCodeToCategoryName
for the reverse mapping.BroadbandTechnologyCategory
for the available categories.