FingerScanner.deviceId Property¶
Module: FingerScanner
Type: int
Definition¶
Identifier for the device associated with this channel, intended for internal or plugin use.
device_id: int
Exceptions
An error has occurred during FingerCapture Library execution.
int get deviceId => getDeviceId();
Exceptions
An error has occurred during FingerCapture Library execution.
public int deviceId
{
get => GetdeviceId();
}
Exceptions
An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetDeviceId (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, int * deviceId)
Returns