| net.reactivated.Fprint.Managernet.reactivated.Fprint.Manager — Manager interface |  | 
Implemented Interfaces
    Objects implementing net.reactivated.Fprint.Manager also implements
    org.freedesktop.DBus.Introspectable,
    org.freedesktop.DBus.Properties
    
 
Details
GetDevices ()
GetDevices (out 'ao' devices)
 
						Enumerate all the fingerprint readers attached to the system. If there are
						no devices available, an empty array is returned.
					
| devices:
 | An array of object paths for devices. | 
GetDefaultDevice ()
GetDefaultDevice (out 'o' device)
 
						Returns the default fingerprint reader device.
					
| device:
 | The object path for the default device. | 
Errors
| net.reactivated.Fprint.Error.NoSuchDevice:
 | if the device does not exist |