BarcodeReader.getCurrentData Method

Module: BarcodeReader

Definition

Retrieves the most recent data captured by the device.

get_current_data(self, data: CaptureData) -> bool

Parameters

in The capture data to retrieve.

Returns

bool
Indicates if the current data is available for retrieval.

Exceptions

An error has occurred during Devices Library execution.
bool getCurrentData(CaptureData data)

Parameters

in The capture data to retrieve.

Returns

bool
Indicates if the current data is available for retrieval.

Exceptions

An error has occurred during Devices Library execution.
public bool GetCurrentData(CaptureData data)

Parameters

in The capture data to retrieve.

Returns

bool
Indicates if the current data is available for retrieval.

Exceptions

An error has occurred during Devices Library execution.
public boolean getCurrentData(CaptureData data) throws DevicesException

Parameters

in The capture data to retrieve.

Returns

boolean
Indicates if the current data is available for retrieval.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_GetCurrentData (
    ID3_DEVICES_BARCODE_READER hBarcodeReader,
    ID3_DEVICES_CAPTURE_DATA hData,
    bool * available)

Parameters

in Handle to the BarcodeReader object.

in The capture data to retrieve.

available bool *
out Indicates if the current data is available for retrieval.

Returns

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