FingerScanner.applyParameters Method¶
Module: FingerScanner
Definition¶
Applies a set of parameters to the device.
apply_parameters(self, parameter_list: DeviceParameterList) -> None
Parameters
parameter_list
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during FingerCapture Library execution.
void applyParameters(DeviceParameterList parameterList)
Parameters
parameterList
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during FingerCapture Library execution.
public void ApplyParameters(DeviceParameterList parameterList)
Parameters
parameterList
DeviceParameterListin The list of parameters to apply.
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_ApplyParameters (
ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner,
ID3_DEVICES_DEVICE_PARAMETER_LIST hParameterList)
Parameters
hFingerScanner
ID3_FINGER_CAPTURE_FINGER_SCANNERin Handle to the FingerScanner object.hParameterList
ID3_DEVICES_DEVICE_PARAMETER_LISTin The list of parameters to apply.
Returns