Composite Type Description
Defined in framework ScanditBarcodeCapture
- CompositeTypeDescription
open class CompositeTypeDescription : NSObject
Added in version 6.6.0
Description specific to a particular composite type.
- init
init(compositeType: CompositeType)
Added in version 6.6.0
Creates a new composite type description for a given composite type.
- init
convenience init(from compositeType: CompositeType)
Added in version 6.6.0
Creates a new composite type description for a given composite type.
- all
open class var all: Array<CompositeTypeDescription> { get }
Added in version 6.6.0
A list of descriptions, one for each individual CompositeType.
- compositeTypes
open var compositeTypes: CompositeType { get }
Added in version 6.6.0
The composite types described by the description.
- Symbologies
var symbologies: Set<Symbology> { get }
Added in version 6.6.0
All symbologies that can be part of a composite code with the given composite type.