IMEI Two Barcode

Defined in framework ScanditLabelCapture

IMEITwoBarcode
open class IMEITwoBarcode : BarcodeField

Added in version 6.21.0

A specialized barcode field for capturing the second IMEI (International Mobile Equipment Identity) number from smart device labels. This predefined field type is optimized for dual-SIM devices that have two IMEI numbers on their labels.

init
init(name: String)

Added in version 6.21.0

Builds a new instance of this class with the provided name.

field
open class func field(withName name: String) -> Self

Added in version 6.21.0

Builds a new instance of this class with the provided name.

init
init(name: String, symbologySettings: Array<SymbologySettings>)

Added in version 6.21.0

Builds a new instance of this class with the provided name.

field
open class func field(withName name: String, symbologySettings: Array<SymbologySettings>) -> Self

Added in version 6.21.0

Builds a new instance of this class with the provided name.

init
init(name: String, symbologies: Set<NSNumber>)

Added in version 6.21.0

Builds a new instance of this class with the provided name.

field
open class func field(withName name: String, symbologies: Set<NSNumber>) -> Self

Added in version 6.21.0

Builds a new instance of this class with the provided name.

init
init(name: String, symbology: Symbology)

Added in version 6.21.0

Builds a new instance of this class with the provided name.

field
open class func field(withName name: String, symbology: Symbology) -> Self

Added in version 6.21.0

Builds a new instance of this class with the provided name.