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
param
strin 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
param
Stringin 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
param
stringin 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
param
Stringin 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
hBarcodeReader
ID3_DEVICES_BARCODE_READERin Handle to the BarcodeReader object.param
const char *in An optional parameter to influence the start of the capture process.
Returns