BarcodeReader.getCurrentData Method¶
Module: BarcodeReader
Definition¶
Retrieves the most recent data captured by the device.
get_current_data(self, data: CaptureData) -> bool
Parameters
dataCaptureDatain The capture data to retrieve.
Returns
boolIndicates if the current data is available for retrieval.
Exceptions
An error has occurred during Devices Library execution.
bool getCurrentData(CaptureData data)
Parameters
dataCaptureDatain The capture data to retrieve.
Returns
boolIndicates if the current data is available for retrieval.
Exceptions
An error has occurred during Devices Library execution.
public bool GetCurrentData(CaptureData data)
Parameters
dataCaptureDatain The capture data to retrieve.
Returns
boolIndicates 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
dataCaptureDatain The capture data to retrieve.
Returns
booleanIndicates 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
hBarcodeReaderID3_DEVICES_BARCODE_READERin Handle to the BarcodeReader object.hDataID3_DEVICES_CAPTURE_DATAin The capture data to retrieve.availablebool *out Indicates if the current data is available for retrieval.
Returns