Other Enumerations
The following enumerations are available globally.
-
Defines the fields returned by the pathComponents array
See moreDeclaration
Objective-C
enum DMSCPMComponent : NSInteger {}
Swift
enum CPMComponent : Int, @unchecked Sendable
-
Constants to apply some visual overlay over the camera preview.
See moreDeclaration
Objective-C
enum DMSOverlayType : NSInteger {}
Swift
enum OverlayType : Int, @unchecked Sendable
-
Error codes that could be returned from DMSDK readers.
See moreDeclaration
Objective-C
enum DMSError : NSInteger {}
Swift
typealias DMSError.Code._ErrorType = DMSError
-
Bitmask for read distance constants.
See moreDeclaration
Objective-C
enum DMSReadDistance : NSUInteger {}
Swift
struct ReadDistance : OptionSet, @unchecked Sendable
-
Enumeration of modes for formatting data output from detections.
See moreDeclaration
Objective-C
enum DMSFormatMode : NSInteger {}
Swift
enum DataFormat : Int, @unchecked Sendable
-
The category of the resolved content.
See moreDeclaration
Objective-C
enum DMSResolvedContentItemCategory : NSUInteger {}
Swift
enum ResolvedContentItemCategory : UInt, @unchecked Sendable
-
An enum of symbologies that DMSDK supports. Can be used to configure readers, or used to query the originating symbology in a payload.
See moreDeclaration
Objective-C
enum DMSSymbologies : NSUInteger {}