SCPDeviceType
Objective-C
enum SCPDeviceType : NSUInteger {}
Swift
enum DeviceType : UInt, @unchecked Sendable
The possible device types for a reader.
-
The BBPOS Chipper 2X BT mobile reader.
Declaration
Objective-C
SCPDeviceTypeChipper2XSwift
case chipper2X = 0 -
The Verifone P400 countertop reader.
Declaration
Objective-C
SCPDeviceTypeVerifoneP400Swift
case verifoneP400 = 1 -
The BBPOS WisePad 3 mobile reader.
Declaration
Objective-C
SCPDeviceTypeWisePad3Swift
case wisePad3 = 2 -
The Stripe Reader M2 mobile reader.
Declaration
Objective-C
SCPDeviceTypeStripeM2Swift
case stripeM2 = 3 -
The BBPOS WisePOS E countertop reader.
Declaration
Objective-C
SCPDeviceTypeWisePosESwift
case wisePosE = 4 -
The BBPOS WisePOS E DevKit countertop reader.
Declaration
Objective-C
SCPDeviceTypeWisePosEDevKitSwift
case wisePosEDevKit = 5 -
Stripe Reader S700.
Declaration
Objective-C
SCPDeviceTypeStripeS700Swift
case stripeS700 = 9 -
Stripe Reader S700 DevKit.
Declaration
Objective-C
SCPDeviceTypeStripeS700DevKitSwift
case stripeS700DevKit = 10 -
Apple Built-In reader.
Declaration
Objective-C
SCPDeviceTypeAppleBuiltInSwift
case appleBuiltIn = 11