Back to Aurora Vision Library website

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

MIL1DcodeFormatToBarcodeFormat


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a MIL1DcodeFormat object to a BarcodeFormat.

Syntax

C++
C#
 
void avl::MIL1DcodeFormatToBarcodeFormat
(
	const avl::MIL1DcodeFormat::Type& inFormat,
	avl::BarcodeFormat::Type& outFormat
)

Parameters

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

Errors

List of possible exceptions:

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