FingerScanner.parameterCategoryList Property

Module: FingerScanner

Type: id3.Devices.StringList

Definition

Lists categories of parameters relevant to the device.

parameter_category_list: StringList

Exceptions

An error has occurred during FingerCapture Library execution.
StringList get parameterCategoryList => getParameterCategoryList();

Exceptions

An error has occurred during FingerCapture Library execution.
public id3.Devices.StringList parameterCategoryList
{
    get => GetparameterCategoryList();
}

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetParameterCategoryList (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, ID3_DEVICES_STRING_LIST hParameterCategoryList)

Returns

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