FingerScanner.deviceState Property

Module: FingerScanner

Type: DeviceState

Definition

Reflects the current state of the device, such as connected, disconnected, etc.

device_state: DeviceState

Exceptions

An error has occurred during FingerCapture Library execution.
DeviceState get deviceState => getDeviceState();

Exceptions

An error has occurred during FingerCapture Library execution.
public DeviceState deviceState
{
    get => GetdeviceState();
}

Exceptions

An error has occurred during FingerCapture Library execution.
int id3CaptureFingerScanner_GetDeviceState (ID3_FINGER_CAPTURE_FINGER_SCANNER hFingerScanner, id3DevicesDeviceState * eDeviceState)

Returns

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