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
SCPDiscoveryMethodBluetoothScanSwift
case bluetoothScan = 0 - 
                  
                  
Declaration
Objective-C
SCPDiscoveryMethodBluetoothProximitySwift
case bluetoothProximity = 1 - 
                  
                  
Declaration
Objective-C
SCPDiscoveryMethodInternetSwift
case internet = 2 - 
                  
                  
Declaration
Objective-C
SCPDiscoveryMethodTapToPaySwift
case tapToPay = 3