IMEI One Barcode
Defined under the namespace Scandit.Datacapture.Label
- ImeiOneBarcode
class ImeiOneBarcode : BarcodeField
Added in version 6.22.0
A specialized barcode field for capturing the first IMEI (International Mobile Equipment Identity) number from smart device labels. This predefined field type is optimized for recognizing IMEI barcodes typically found on mobile device packaging and labels.
- initWithNameAndSymbologySettings(name, symbologySettings)
static initWithNameAndSymbologySettings(name: string, symbologySettings: SymbologySettings[]): ImeiOneBarcode
Added in version 6.22.0
Builds a new instance of this class with the provided name.
- initWithNameAndSymbologies(name, symbologies)
static initWithNameAndSymbologies(name: string, symbologies: Symbology[]): ImeiOneBarcode
Added in version 6.22.0
Builds a new instance of this class with the provided name.
- initWithNameAndSymbology(name, symbology)
static initWithNameAndSymbology(name: string, symbology: Symbology): ImeiOneBarcode
Added in version 6.22.0
Builds a new instance of this class with the provided name.