Gets the current barcode read options.
#include "ltwrappr.h"
L_INT LBarCode::GetReadOptions (pBarCodeReadOpt)
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.
For complete sample code, refer to the BarCode demo.
For an example, refer to LBarCode::Read.