FingerScanner.deviceInfo Property¶
Module: FingerScanner
Type: DeviceInfo
Definition¶
Fetches the device object.
device_info: DeviceInfo
Exceptions
An error has occurred during FingerCapture Library execution.
DeviceInfo get deviceInfo => getDeviceInfo();
Exceptions
An error has occurred during FingerCapture Library execution.
public DeviceInfo deviceInfo
{
get => GetdeviceInfo();
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetDeviceInfo (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, ID3_DEVICES_DEVICE_INFO hDeviceInfo)
Returns