| Class | Description |
|---|---|
| DeviceProperties |
This class holds all the device properties like battery data, timeouts, device access password setting etc
|
| FingerImage |
This class holds the captured finger scan status, finger images in all the formats supported by this SDK (currently WSQ and BMP) and its associated properties.
|
| SmufsBTDevice |
The main communication class to connect and talk to Smufs device.
|
| Enum | Description |
|---|---|
| DeviceProperties.BTProtocol |
Enum to provide the type of last connected BT device.
|
| DeviceProperties.SMUFS_BATERRYSTATES |
Enum to provide the battery status values.
|
| DeviceProperties.SMUFS_PWRSOURCES |
Enum to provide the device power sources.
|
| FingerImage.ImageCaptureStatus |
Enum to provide the status of last image capture attempt.
|
| SmufsBTDevice.Connection_Errors |
Connection Error Codes enumeration : If device conenction fails getConnectionError returns the error Code of type Connection_Errors.
|
| SmufsBTDevice.DEVICE_CONNECTION_STATUS |
Device Connection Status enum is used in connection status callbacks.
|