CellularTechnology

public enum CellularTechnology : String, CustomStringConvertible, CaseIterable

Technology.

  • gsm

    Global System for Mobile Communications.

    Declaration

    Swift

    case gsm
  • General Packet Radio Service.

    Declaration

    Swift

    case gprs
  • Enhanced Data Rates for GSM Evolution.

    Declaration

    Swift

    case edge
  • 3G.

    Declaration

    Swift

    case threeG
  • High Speed Downlink Packet Access.

    Declaration

    Swift

    case hsdpa
  • High Speed Uplink Packet Access.

    Declaration

    Swift

    case hsupa
  • High Speed Packet Access.

    Declaration

    Swift

    case hspa
  • 4G.

    Declaration

    Swift

    case fourG
  • 4G+ Band aggregation.

    Declaration

    Swift

    case fourGPlus
  • 5G.

    Declaration

    Swift

    case fiveG
  • Debug description.

    Declaration

    Swift

    public var description: String { get }