CellularMode

public enum CellularMode : String, CustomStringConvertible, CaseIterable

Cellular mode : the different modes for peripheral

  • Cellular feature is disabled, Airplane mode.

    Declaration

    Swift

    case disabled
  • Cellular feature is enabled, data are disabled.

    Declaration

    Swift

    case nodata
  • Cellular feature is enabled, data are enabled.

    Declaration

    Swift

    case data
  • Debug description.

    Declaration

    Swift

    public var description: String { get }