FingerScanner.setParameter Method

Module: FingerScanner

Definition

Sets a device parameter’s value.

set_parameter(self, parameter_name: str, data: DeviceParameter) -> None

Parameters

parameter_name str
in The parameter to set.

in The value to set the parameter to.

Exceptions

An error has occurred during FingerCapture Library execution.
void setParameter(String? parameterName, DeviceParameter data)

Parameters

parameterName String
in The parameter to set.

in The value to set the parameter to.

Exceptions

An error has occurred during FingerCapture Library execution.
public void SetParameter(string parameterName, DeviceParameter data)

Parameters

parameterName string
in The parameter to set.

in The value to set the parameter to.

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_SetParameter (
    ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
    const char * parameterName,
    ID3_DEVICES_DEVICE_PARAMETER hData)

Parameters

in Handle to the FingerScanner object.

parameterName const char *
in The parameter to set.

in The value to set the parameter to.

Returns

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