Static Public Attributes | List of all members
Readout Class Reference

Available readout modes. More...

Inherits object.

Static Public Attributes

int Fence = 1
 Read a barcode only if the bars are oriented vertically. More...
 
int FenceOrLadder = 3
 Read a barcode if the bars are either oriented vertically or horizontally. More...
 
int Ladder = 2
 Read a barcode only if the bars are oriented horizontally. More...
 
int Omnidirectional = 0
 Read a barcode no matter what the orientation of the bars is. More...
 
int SmallCodes = 4
 Expect the barcodes to be very small. More...
 

Detailed Description

Available readout modes.

Member Data Documentation

◆ Fence

int Fence = 1
static

Read a barcode only if the bars are oriented vertically.

◆ FenceOrLadder

int FenceOrLadder = 3
static

Read a barcode if the bars are either oriented vertically or horizontally.

◆ Ladder

int Ladder = 2
static

Read a barcode only if the bars are oriented horizontally.

◆ Omnidirectional

int Omnidirectional = 0
static

Read a barcode no matter what the orientation of the bars is.

◆ SmallCodes

int SmallCodes = 4
static

Expect the barcodes to be very small.