ChannelSelectionMode

public enum ChannelSelectionMode : Int, CustomStringConvertible

Wifi access point channel selection mode.

  • Channel has been selected manually.

    Declaration

    Swift

    case manual
  • Channel has been selected manually.

    Declaration

    Swift

    case auto2_4GhzBand
  • Channel has been selected automatically on the 5 GHz band.

    Declaration

    Swift

    case auto5GhzBand
  • Channel has been selected automatically on either the 2.4 or the 5 Ghz band.

    Declaration

    Swift

    case autoAnyBand
  • Debug description.

    Declaration

    Swift

    public var description: String { get }