Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » ZebraScanEngines » ZebraScanEngines_StopAcquisition
ZebraScanEngines_StopAcquisition
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Stops image acquisition in a scanner.
Syntax
void avl::ZebraScanEngines_StopAcquisition ( ZebraScanEngines_State& ioState, atl::Optional<int> inDeviceID )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ZebraScanEngines_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | Optional<int> | NIL | Device identifying number |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


