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 str
in 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 String
in 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 string
in 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 String
in 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

in Handle to the BarcodeReader object.

param const char *
in An optional parameter to influence the start of the capture process.

Returns

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