BarcodeReader.getParameterNameList Method

Module: BarcodeReader

Definition

Retrieves names of all supported parameters, optionally filtered by category.

get_parameter_name_list(self, category: str=None) -> StringList

Parameters

category str
in Optional category to filter the parameter names.

Returns

Outputs the list of parameter names.

Exceptions

An error has occurred during Devices Library execution.
StringList getParameterNameList(String? category)

Parameters

category String
in Optional category to filter the parameter names.

Returns

Outputs the list of parameter names.

Exceptions

An error has occurred during Devices Library execution.
public StringList GetParameterNameList(string category=null)

Parameters

category string
in Optional category to filter the parameter names.

Returns

Outputs the list of parameter names.

Exceptions

An error has occurred during Devices Library execution.
public StringList getParameterNameList(String category) throws DevicesException

Parameters

category String
in Optional category to filter the parameter names.

Returns

Outputs the list of parameter names.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_GetParameterNameList (
    ID3_DEVICES_BARCODE_READER hBarcodeReader,
    const char * category,
    ID3_DEVICES_STRING_LIST hParameterList)

Parameters

in Handle to the BarcodeReader object.

category const char *
in Optional category to filter the parameter names.

out Outputs the list of parameter names.

Returns

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