Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » BarcodeFormatToAIL1DcodeFormat

BarcodeFormatToAIL1DcodeFormat


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts BarcodeFormat object to a AIL1DcodeFormat

Syntax

C++
C#
Python
 
void avl::BarcodeFormatToAIL1DcodeFormat
(
	const avl::BarcodeFormat::Type& inFormat,
	avl::AIL1DcodeFormat::Type& outFormat
)

Parameters

Name Type Default Description
Input value inFormat const BarcodeFormat::Type&
Output value outFormat AIL1DcodeFormat::Type&

Errors

List of possible exceptions:

Error type Description
DomainError Unsupported barcode format type in the conversion from AVL barcode to AIL barcode format.