BarcodeReader.startCapture Method¶
Module: BarcodeReader
Definition¶
Initiates the data capture process, optionally taking a string parameter for configuration.
start_capture(self, param: str=None) -> None
Parameters
paramstrin An optional parameter to influence the start of the capture process.
Exceptions
An error has occurred during Devices Library execution.
void startCapture(String? param)
Parameters
paramStringin An optional parameter to influence the start of the capture process.
Exceptions
An error has occurred during Devices Library execution.
public void StartCapture(string param=null)
Parameters
paramstringin An optional parameter to influence the start of the capture process.
Exceptions
An error has occurred during Devices Library execution.
public void startCapture(String param) throws DevicesException
Parameters
paramStringin An optional parameter to influence the start of the capture process.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_StartCapture (
ID3_DEVICES_BARCODE_READER hBarcodeReader,
const char * param)
Parameters
hBarcodeReaderID3_DEVICES_BARCODE_READERin Handle to the BarcodeReader object.paramconst char *in An optional parameter to influence the start of the capture process.
Returns