BarcodeReader.isCapturing Property

Module: BarcodeReader

Type: bool

Definition

Indicates whether the device is currently capturing data.

is_capturing: bool

Exceptions

An error has occurred during Devices Library execution.
bool get isCapturing => getIsCapturing();

Exceptions

An error has occurred during Devices Library execution.
public bool isCapturing
{
    get => GetisCapturing();
}

Exceptions

An error has occurred during Devices Library execution.
public boolean getIsCapturing() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_GetIsCapturing (ID3_DEVICES_BARCODE_READER hBarcodeReader, bool * isCapturing)

Returns

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