Collaboration diagram for Enumerations:

Enumerations

enum  ConfigBrightness { STANDARD = 0, LOW }
 Brightness Cofiguration More...
 
enum  ConfigDetectMode { WHITE_ILLUMINATION = 0, NO_ILLUMINATION, GREEN_AIMING }
 Detection Mode Configuration More...
 
enum  ConfigIllumination { ENABLE = 0, DISABLE, BLINK }
 Illumination Configuration More...
 
enum  ConfigImageRotation { NONE = 0, HORIZONTAL, VERTICAL, HORIZONTAL_AND_VERTICAL }
 Image Rotation Configuration More...
 
enum  ConfigReadMode { DISABLE = 0, AUTOTRIGGER, MANUAL }
 Read Mode Configuration More...
 
enum  ConfigSenseMode { SENSITIVE = 0, NORMAL, INSENSITIVE }
 Sense Mode Configuration More...
 
enum  ImagerScanEngineListAction { ADDED = 0, REMOVED }
 Imager Scan Engine Action More...
 
enum  ImagerScanEngineStatus { IDLE = 0, ERROR }
 Imager Scan Engine Status Configuration More...
 

Detailed Description

List of enumerations available for configuration or events

Enumeration Type Documentation

enum ConfigBrightness
strong
Enumerator
STANDARD 

Standard = 0

LOW 

Low = 1

enum ConfigDetectMode
strong
Enumerator
WHITE_ILLUMINATION 

White = 0

NO_ILLUMINATION 

None = 1

GREEN_AIMING 

Green aiming = 2

enum ConfigIllumination
strong
Enumerator
ENABLE 

Enable = 0

DISABLE 

Disable = 1

BLINK 

Blink = 2

enum ConfigImageRotation
strong
Enumerator
NONE 

NONE = 0,

HORIZONTAL 

Horizontal = 1

VERTICAL 

Vertical = 2

HORIZONTAL_AND_VERTICAL 

Both: Horizontal and Vertical = 3

enum ConfigReadMode
strong
Enumerator
DISABLE 

Disable = 0

AUTOTRIGGER 

Autotrigger = 1

MANUAL 

Manual = 2

enum ConfigSenseMode
strong
Enumerator
SENSITIVE 

Sensitive = 0

NORMAL 

Normal = 1

INSENSITIVE 

Insensitive = 2

enum ImagerScanEngineListAction
strong
Enumerator
ADDED 

Added = 0

REMOVED 

Removed = 1

enum ImagerScanEngineStatus
strong
Enumerator
IDLE 

Idle = 0

ERROR 

Error = 1