| Server IP : 172.67.191.97 / Your IP : 104.23.197.208 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/dbus-1/interfaces/ |
Upload File : |
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" [ <!ENTITY ERROR_NO_SUCH_DEVICE "net.reactivated.Fprint.Error.NoSuchDevice"> ]> <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> <interface name="net.reactivated.Fprint.Manager"> <!-- ************************************************************ --> <method name="GetDevices"> <arg type="ao" name="devices" direction="out"> <doc:doc><doc:summary>An array of object paths for devices.</doc:summary></doc:doc> </arg> <doc:doc> <doc:description> <doc:para> Enumerate all the fingerprint readers attached to the system. If there are no devices available, an empty array is returned. </doc:para> </doc:description> </doc:doc> </method> <!-- ************************************************************ --> <method name="GetDefaultDevice"> <arg type="o" name="device" direction="out"> <doc:doc><doc:summary>The object path for the default device.</doc:summary></doc:doc> </arg> <doc:doc> <doc:description> <doc:para> Returns the default fingerprint reader device. </doc:para> </doc:description> <doc:errors> <doc:error name="&ERROR_NO_SUCH_DEVICE;">if the device does not exist</doc:error> </doc:errors> </doc:doc> </method> </interface> </node>