FingerScanner.getCapability Method

Module: FingerScanner

Definition

Retrieves the details of a specified capability of the device, such as resolution or supported capture modes.

get_capability(self, capability: str) -> DeviceParameterList

Parameters

capability str
in The name of the capability to retrieve.

Returns

The output parameter that will hold the details of the specified capability.

Exceptions

An error has occurred during FingerCapture Library execution.
DeviceParameterList getCapability(String? capability)

Parameters

capability String
in The name of the capability to retrieve.

Returns

The output parameter that will hold the details of the specified capability.

Exceptions

An error has occurred during FingerCapture Library execution.
public DeviceParameterList GetCapability(string capability)

Parameters

capability string
in The name of the capability to retrieve.

Returns

The output parameter that will hold the details of the specified capability.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetCapability (
    ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
    const char * capability,
    ID3_DEVICES_DEVICE_PARAMETER_LIST hResult)

Parameters

in Handle to the FingerScanner object.

capability const char *
in The name of the capability to retrieve.

out The output parameter that will hold the details of the specified capability.

Returns

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