Static Public Attributes | List of all members
ReaderInitialization Class Reference

Possible ways to initialize a Barcode reader configuration. More...

Inherits object.

Static Public Attributes

int ReadAll = 1
 Initialize the reader to read all codes. More...
 
int ReadNone = 0
 Initialize the reader to read no code. More...
 

Detailed Description

Possible ways to initialize a Barcode reader configuration.

Member Data Documentation

◆ ReadAll

int ReadAll = 1
static

Initialize the reader to read all codes.

◆ ReadNone

int ReadNone = 0
static

Initialize the reader to read no code.