AntFsAuthType

public enum AntFsAuthType: UInt8

Undocumented

  • Pass-through supported (pairing & passkey optional)

    Declaration

    Swift

    case passThrough        = 0
  • Pairing Only

    Declaration

    Swift

    case pairingOnly        = 2
  • PassKey and Pairing Only

    Declaration

    Swift

    case passKeyAndPairing  = 3
  • Undocumented

    Declaration

    Swift

    case reserved           = 255