SCPDeviceType
Objective-C
enum SCPDeviceType : NSUInteger {}
Swift
enum DeviceType : UInt
The possible device types for a reader.
-
The BBPOS Chipper 2X BT mobile reader.
Declaration
Objective-C
SCPDeviceTypeChipper2X
Swift
case chipper2X = 0
-
The Verifone P400 countertop reader.
Declaration
Objective-C
SCPDeviceTypeVerifoneP400
Swift
case verifoneP400 = 1
-
The BBPOS WisePad 3 mobile reader.
Support for this reader is currently in beta.
Declaration
Objective-C
SCPDeviceTypeWisePad3
Swift
case wisePad3 = 2
-
The Stripe Reader M2 mobile reader.
Support for this reader is currently in beta.
Declaration
Objective-C
SCPDeviceTypeStripeM2
Swift
case stripeM2 = 3
-
The BBPOS WisePOS E countertop reader.
Support for this reader is currently in beta.
Declaration
Objective-C
SCPDeviceTypeWisePosE
Swift
case wisePosE = 4