IMEI Two Barcode

Defined under the namespace Scandit.Datacapture.Label

ImeiTwoBarcode
class ImeiTwoBarcode : BarcodeField

Added in version 8.0.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.

initWithNameAndSymbologySettings(name, symbologySettings)
static initWithNameAndSymbologySettings(name: string,
        symbologySettings: SymbologySettings[]): ImeiTwoBarcode

Added in version 8.0.0

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

initWithNameAndSymbologies(name, symbologies)
static initWithNameAndSymbologies(name: string,
        symbologies: Symbology[]): ImeiTwoBarcode

Added in version 8.0.0

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

initWithNameAndSymbology(name, symbology)
static initWithNameAndSymbology(name: string,
        symbology: Symbology): ImeiTwoBarcode

Added in version 8.0.0

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