BarcodeReader.stopCapture Method

Module: BarcodeReader

Definition

Terminates the data acquisition process, halting data capture.

stop_capture(self) -> None

Exceptions

An error has occurred during Devices Library execution.
void stopCapture()

Exceptions

An error has occurred during Devices Library execution.
public void StopCapture()

Exceptions

An error has occurred during Devices Library execution.
public void stopCapture() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_StopCapture (
    ID3_DEVICES_BARCODE_READER hBarcodeReader)

Parameters

in Handle to the BarcodeReader object.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.