|
iDRS™ SDK 16
|
Interface for CBarcodeZonalParams wrapper. More...
Go to the source code of this file.
Functions | |
| CBarcodeZonalParams | CBarcodeZonalParams_Create (idrs_exception *pargException) |
| Creates a new instance of this class. | |
| CBarcodeZonalSettingsArray | CBarcodeZonalParams_GetZonalSettings (const CBarcodeZonalParams argCBarcodeZonalParams, idrs_exception *pargException) |
| Gets the configuration for the zones where the barcode detection will be executed. | |
| void | CBarcodeZonalParams_SetZonalSettings (CBarcodeZonalParams argCBarcodeZonalParams, const CBarcodeZonalSettingsArray argxZonalSettings, idrs_exception *pargException) |
| Sets the configuration for the zones where the barcode detection will be executed. | |
| void | CBarcodeZonalParams_Destroy (CBarcodeZonalParams argCBarcodeZonalParams, idrs_exception *pargException) |
| Destroys a CBarcodeZonalParams handle. | |
Interface for CBarcodeZonalParams wrapper.
| CBarcodeZonalParams CBarcodeZonalParams_Create | ( | idrs_exception * | pargException | ) |
Creates a new instance of this class.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcodeZonalParams_Destroy | ( | CBarcodeZonalParams | argCBarcodeZonalParams, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CBarcodeZonalParams handle.
| argCBarcodeZonalParams | CBarcodeZonalParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CBarcodeZonalSettingsArray CBarcodeZonalParams_GetZonalSettings | ( | const CBarcodeZonalParams | argCBarcodeZonalParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the configuration for the zones where the barcode detection will be executed.
The barcode detection will run all enabled barcode engines on the specified zones
By default, there will be no zone added to the zones array
| argCBarcodeZonalParams | CBarcodeZonalParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CBarcodeZonalParams_SetZonalSettings | ( | CBarcodeZonalParams | argCBarcodeZonalParams, |
| const CBarcodeZonalSettingsArray | argxZonalSettings, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the configuration for the zones where the barcode detection will be executed.
The barcode detection will run all enabled barcode engines on the specified zones
By default, there will be no zone added to the zones array
| argCBarcodeZonalParams | CBarcodeZonalParams handle |
| argxZonalSettings | Array containing the configuration for the zones where detection will be run |
| pargException | Pointer to exception structure that will be filled if an exception occurs |