BarcodeReader.getCurrentData Method¶
Module: BarcodeReader
Definition¶
Retrieves the most recent data captured by the device.
get_current_data(self, data: CaptureData) -> bool
Parameters
data
CaptureDatain 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
data
CaptureDatain 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
data
CaptureDatain 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
data
CaptureDatain 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
hBarcodeReader
ID3_DEVICES_BARCODE_READERin Handle to the BarcodeReader object.hData
ID3_DEVICES_CAPTURE_DATAin The capture data to retrieve.available
bool *out Indicates if the current data is available for retrieval.
Returns