Deepsy Imagerscanengine namespace that includes the different enums, structs or method signatures that should be used.
|
| enum | Actions { REBOOT = 0
} |
| | Actions to be requested via client. More...
|
| |
| enum | Illumination { ENABLE = 0,
DISABLE = 1,
BLINK = 2
} |
| | Illumination to be requested via client. More...
|
| |
| enum | Brightness { STANDARD = 0,
LOW = 1
} |
| | Brightness to be requested via client. More...
|
| |
| enum | ReadMode { DISABLE = 0,
AUTOTRIGGER = 1,
MANUAL = 2
} |
| | Read Mode to be requested via client. More...
|
| |
| enum | Rotation { NONE = 0,
HORIZONTAL = 1,
VERTICAL = 2,
HORIZONTAL_VERTICAL = 3
} |
| | Rotation Mode to be requested via client. More...
|
| |
| enum | DetectionMode { WHITE_ILLUMINATION = 0,
NO_ILLUMINATION = 1,
GREEN_AIMING = 2
} |
| | Detection Mode to be requested via client. More...
|
| |
| enum | SensitivityMode { SENSITIVE = 0,
NORMAL = 1,
INSENSITIVE = 2,
AUTO = 3
} |
| | Sensitivity Mode to be requested via client. More...
|
| |
| enum | ScannerStatus { SCANNER_IDLE = 0,
SCANNER_ERROR = 1
} |
| | Possible Scanner Status. More...
|
| |
| enum | ListEvent { ADDED = 0,
REMOVED = 1
} |
| |
◆ request_handler_function
This type of function is called when the request callback is done.
- Parameters
-
| error_code | error code (if any) Result of an operation handler function. |
◆ service_availability_handler
- Parameters
-
| available | true if the service is available, false otherwise |
◆ Actions
◆ Brightness
| Enumerator |
|---|
| STANDARD | STANDARD.
|
| LOW | LOW.
|
◆ DetectionMode
| Enumerator |
|---|
| WHITE_ILLUMINATION | NONE.
|
| NO_ILLUMINATION | HORIZONTAL.
|
| GREEN_AIMING | VERTICAL.
|
◆ Illumination
| Enumerator |
|---|
| ENABLE | ENABLE.
|
| DISABLE | DISABLE.
|
| BLINK | BLINK.
|
◆ ListEvent
| Enumerator |
|---|
| ADDED | ADDED.
|
| REMOVED | REMOVED.
|
◆ ReadMode
| Enumerator |
|---|
| DISABLE | DISABLE.
|
| AUTOTRIGGER | AUTOTRIGGER.
|
| MANUAL | MANUAL.
|
◆ Rotation
| Enumerator |
|---|
| NONE | NONE.
|
| HORIZONTAL | HORIZONTAL.
|
| VERTICAL | VERTICAL.
|
| HORIZONTAL_VERTICAL | HORIZONTAL AND VERTICAL.
|
◆ ScannerStatus
| Enumerator |
|---|
| SCANNER_IDLE | Scanner OK.
|
| SCANNER_ERROR | Scanner error.
|
◆ SensitivityMode
| Enumerator |
|---|
| SENSITIVE | Sensitive.
|
| NORMAL | Normal.
|
| INSENSITIVE | Insensitive.
|