NetworkType

public enum NetworkType: UInt8

ANT Network Type

  • ANT Public Network

    Declaration

    Swift

    case `public`       = 0
  • ANT+ Network

    Declaration

    Swift

    case antPlus        = 1
  • ANT-FS

    Declaration

    Swift

    case antFs          = 2
  • Private Network

    Declaration

    Swift

    case `private`      = 3
  • Undocumented

    Declaration

    Swift

    case invalid        = 255
  • String Value for Network Type

    Declaration

    Swift

    public var stringValue: String