Other Enumerations

The following enumerations are available globally.

  • Defines the fields returned by the pathComponents array

    See more

    Declaration

    Objective-C

    enum DMSCPMComponent : NSInteger {}

    Swift

    enum CPMComponent : Int
  • Constants to apply some visual overlay over the camera preview.

    See more

    Declaration

    Objective-C

    enum DMSOverlayType : NSInteger {}

    Swift

    enum OverlayType : Int
  • Error codes that could be returned from DMSDK readers.

    See more

    Declaration

    Objective-C

    enum DMSError : NSInteger {}

    Swift

    typealias DMSError.Code._ErrorType = DMSError
  • Bitmask for read distance constants.

    See more

    Declaration

    Objective-C

    enum DMSReadDistance : NSUInteger {}

    Swift

    struct ReadDistance : OptionSet
  • Enumeration of modes for formatting data output from detections.

    See more

    Declaration

    Objective-C

    enum DMSFormatMode : NSInteger {}

    Swift

    enum DataFormat : Int
  • The category of the resolved content.

    See more

    Declaration

    Objective-C

    enum DMSResolvedContentItemCategory : NSUInteger {}

    Swift

    enum ResolvedContentItemCategory : UInt
  • An enum of symbologies that DMSDK supports. Can be used to configure readers, or used to query the originating symbology in a payload.

    See more

    Declaration

    Objective-C

    enum DMSSymbologies : NSUInteger {}