Channel

public final class Channel: WLANSetting

This class for setting of wireless channel.

  • n0

    Undocumented

    Declaration

    Swift

    public static let n0 = Channel(.n0)
  • n1

    Undocumented

    Declaration

    Swift

    public static let n1 = Channel(.n1)
  • n2

    Undocumented

    Declaration

    Swift

    public static let n2 = Channel(.n2)
  • n3

    Undocumented

    Declaration

    Swift

    public static let n3 = Channel(.n3)
  • n4

    Undocumented

    Declaration

    Swift

    public static let n4 = Channel(.n4)
  • n5

    Undocumented

    Declaration

    Swift

    public static let n5 = Channel(.n5)
  • n6

    Undocumented

    Declaration

    Swift

    public static let n6 = Channel(.n6)
  • n7

    Undocumented

    Declaration

    Swift

    public static let n7 = Channel(.n7)
  • n8

    Undocumented

    Declaration

    Swift

    public static let n8 = Channel(.n8)
  • n9

    Undocumented

    Declaration

    Swift

    public static let n9 = Channel(.n9)
  • n10

    Undocumented

    Declaration

    Swift

    public static let n10 = Channel(.n10)
  • n11

    Undocumented

    Declaration

    Swift

    public static let n11 = Channel(.n11)
  • Constructs an object not having a value.

    Declaration

    Swift

    override public init()
  • This class for setting value of wireless channel.

    Declaration

    Swift

    public final class Value: WLANSetting.Value