ScannerType
public enum ScannerType : Equatable, CaseIterable
Enumerates the types of barcode scanners supported.
-
Uses the built-in iOS camera via Apple’s VisionKit framework for scanning barcodes and QR codes.
Declaration
Swift
case visionKit
-
Represents a ProGlove wearable hardware scanner, connected via Bluetooth.
Declaration
Swift
case proGlove
-
Represents an IPCMobile HaloRing hardware scanner, connected via Bluetooth.
Declaration
Swift
case ipcMobile
-
A readable description of the scanner type, suitable for display in UI.
Declaration
Swift
public var description: String { get }