BarcodeReader.parameterCategoryList Property¶
Module: BarcodeReader
Type: StringList
Definition¶
Lists categories of parameters relevant to the device.
parameter_category_list: StringList
Exceptions
An error has occurred during Devices Library execution.
StringList get parameterCategoryList => getParameterCategoryList();
Exceptions
An error has occurred during Devices Library execution.
public StringList parameterCategoryList
{
get => GetparameterCategoryList();
}
Exceptions
An error has occurred during Devices Library execution.
public StringList getParameterCategoryList() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesBarcodeReader_GetParameterCategoryList (ID3_DEVICES_BARCODE_READER hBarcodeReader, ID3_DEVICES_STRING_LIST hParameterCategoryList)
Returns