iDRS™ SDK 16
Loading...
Searching...
No Matches
ArrayDefinitions_interface.h File Reference

Interface for ArrayDefinitions wrapper. More...

Go to the source code of this file.

Functions

PointArray ArrayInterface_Create_PointArray (idrs_exception *pargException)
 Creates a new PointArray object.
 
PageOrientationArray ArrayInterface_Create_PageOrientationArray (idrs_exception *pargException)
 Creates a new PageOrientationArray object.
 
LanguageArray ArrayInterface_Create_LanguageArray (idrs_exception *pargException)
 Creates a new LanguageArray object.
 
BarcodeTypeArray ArrayInterface_Create_BarcodeTypeArray (idrs_exception *pargException)
 Creates a new BarcodeTypeArray object.
 
BarcodeCapabilityArray ArrayInterface_Create_BarcodeCapabilityArray (idrs_exception *pargException)
 Creates a new BarcodeCapabilityArray object.
 
BarcodeEncodingArray ArrayInterface_Create_BarcodeEncodingArray (idrs_exception *pargException)
 Creates a new BarcodeEncodingArray object.
 
LanguageCandidateArray ArrayInterface_Create_LanguageCandidateArray (idrs_exception *pargException)
 Creates a new LanguageCandidateArray object.
 

Detailed Description

Interface for ArrayDefinitions wrapper.

Function Documentation

◆ ArrayInterface_Create_BarcodeCapabilityArray()

BarcodeCapabilityArray ArrayInterface_Create_BarcodeCapabilityArray ( idrs_exception *  pargException)

Creates a new BarcodeCapabilityArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created BarcodeCapabilityArray

◆ ArrayInterface_Create_BarcodeEncodingArray()

BarcodeEncodingArray ArrayInterface_Create_BarcodeEncodingArray ( idrs_exception *  pargException)

Creates a new BarcodeEncodingArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created BarcodeEncodingArray

◆ ArrayInterface_Create_BarcodeTypeArray()

BarcodeTypeArray ArrayInterface_Create_BarcodeTypeArray ( idrs_exception *  pargException)

Creates a new BarcodeTypeArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created BarcodeTypeArray

◆ ArrayInterface_Create_LanguageArray()

LanguageArray ArrayInterface_Create_LanguageArray ( idrs_exception *  pargException)

Creates a new LanguageArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created LanguageArray

◆ ArrayInterface_Create_LanguageCandidateArray()

LanguageCandidateArray ArrayInterface_Create_LanguageCandidateArray ( idrs_exception *  pargException)

Creates a new LanguageCandidateArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created LanguageCandidateArray

◆ ArrayInterface_Create_PageOrientationArray()

PageOrientationArray ArrayInterface_Create_PageOrientationArray ( idrs_exception *  pargException)

Creates a new PageOrientationArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created PageOrientationArray

◆ ArrayInterface_Create_PointArray()

PointArray ArrayInterface_Create_PointArray ( idrs_exception *  pargException)

Creates a new PointArray object.

Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Returns
The newly created PointArray