Inherits object.
|
| int | ColorNotCorrect = 6 |
| | A code symbology was detected and decoded but the code violates the quiet zone requirements. More...
|
| |
| int | Error = 32767 |
| | An unspecified error occurred during code reading. More...
|
| |
| int | ErrorDetectionFailed = 5 |
| | A code symbology was detected and decoded, but the error detection checks failed. More...
|
| |
| int | NothingFound = 1 |
| | No code was found in the area of interest. More...
|
| |
| int | QuietzoneViolation = 32766 |
| | A code symbology was detected and decoded but the code violates the quiet zone requirements. More...
|
| |
| int | Success = 0 |
| | Code was successfully read. More...
|
| |
| int | SymbologyOnly = 2 |
| | A code symbology was detected in the area of interest but reading the code failed. More...
|
| |
| int | WrongCodeFormat = 4 |
| | A code symbology was detected and decoded, but the code turned out to have the wrong format. More...
|
| |
| int | WrongCodeSize = 3 |
| | A code symbology was detected and decoded, but the code had an unexpected size that violates the limits of the symbology. More...
|
| |
Possible barcode reading results.