#include "ltwrappr.h"
L_INT LBarCode::GetReadOptions (pBarCodeReadOpt)
Gets the current barcode read options.
Pointer to a BARCODEREADOPT structure to be updated with the current barcode read options.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
To set the barcode read options call the LBarCode::SetReadOptions function.
Required DLLs and Libraries
For complete sample code, refer to the BarCode demo.
For an example, refer to LBarCode::Read.