Flags¶
Details¶
- class FPrint.DeviceFeature(value)¶
 Bases:
GObject.GFlags- NONE = 0¶
 Device does not support any feature
- CAPTURE = 1¶
 Supports image capture
- DUPLICATES_CHECK = 128¶
 Natively supports duplicates detection
- STORAGE_LIST = 16¶
 Supports listing the storage templates
- IDENTIFY = 2¶
 Supports finger identification
- ALWAYS_ON = 256¶
 Whether the device can run continuously
- STORAGE_DELETE = 32¶
 Supports deleting stored templates
- VERIFY = 4¶
 Supports finger verification
- UPDATE_PRINT = 512¶
 Supports updating an existing print record using new scans
- STORAGE_CLEAR = 64¶
 Supports clearing the whole storage
- STORAGE = 8¶
 Device has a persistent storage
- class FPrint.FingerStatusFlags(value)¶
 Bases:
GObject.GFlags- NONE = 0¶
 Sensor has not the finger on it, nor requires it
- NEEDED = 1¶
 Sensor waits for the finger
- PRESENT = 2¶
 Sensor has the finger on it