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
SCPDeviceTypeChipper2XSwift
case chipper2X = 0 -
The Verifone P400 countertop reader.
Declaration
Objective-C
SCPDeviceTypeVerifoneP400Swift
case verifoneP400 = 1 -
The BBPOS WisePad 3 mobile reader.
Support for this reader is currently in beta.
Declaration
Objective-C
SCPDeviceTypeWisePad3Swift
case wisePad3 = 2 -
The Stripe Reader M2 mobile reader.
Support for this reader is currently in beta.
Declaration
Objective-C
SCPDeviceTypeStripeM2Swift
case stripeM2 = 3 -
The BBPOS WisePOS E countertop reader.
Support for this reader is currently in beta.
Declaration
Objective-C
SCPDeviceTypeWisePosESwift
case wisePosE = 4
SCPDeviceType Enumeration Reference