AntFsAuthType

public enum AntFsAuthType : UInt8

ANTFS Authorization Type

  • 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
  • Reserved

    Declaration

    Swift

    case reserved = 255