SCPDiscoveryMethod
Objective-C
enum SCPDiscoveryMethod : NSUInteger {}
Swift
enum DiscoveryMethod : UInt, @unchecked Sendable
The possible methods for discovering a reader. This is provided for convenience
when working with SCPDiscoveryConfiguration
objects.
-
Declaration
Objective-C
SCPDiscoveryMethodBluetoothScan
Swift
case bluetoothScan = 0
-
Declaration
Objective-C
SCPDiscoveryMethodBluetoothProximity
Swift
case bluetoothProximity = 1
-
Declaration
Objective-C
SCPDiscoveryMethodInternet
Swift
case internet = 2
-
Declaration
Objective-C
SCPDiscoveryMethodLocalMobile
Swift
case localMobile = 3