Static Public Attributes | List of all members
DecodeResult Class Reference

Possible barcode reading results. More...

Inherits object.

Static Public Attributes

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...
 

Detailed Description

Possible barcode reading results.

Member Data Documentation

◆ ColorNotCorrect

int ColorNotCorrect = 6
static

A code symbology was detected and decoded but the code violates the quiet zone requirements.

◆ Error

int Error = 32767
static

An unspecified error occurred during code reading.

◆ ErrorDetectionFailed

int ErrorDetectionFailed = 5
static

A code symbology was detected and decoded, but the error detection checks failed.

◆ NothingFound

int NothingFound = 1
static

No code was found in the area of interest.

◆ QuietzoneViolation

int QuietzoneViolation = 32766
static

A code symbology was detected and decoded but the code violates the quiet zone requirements.

◆ Success

int Success = 0
static

Code was successfully read.

◆ SymbologyOnly

int SymbologyOnly = 2
static

A code symbology was detected in the area of interest but reading the code failed.

◆ WrongCodeFormat

int WrongCodeFormat = 4
static

A code symbology was detected and decoded, but the code turned out to have the wrong format.

◆ WrongCodeSize

int WrongCodeSize = 3
static

A code symbology was detected and decoded, but the code had an unexpected size that violates the limits of the symbology.