2008-03-04 12:36:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<node name="/net/reactivated/Fprint">
|
|
|
|
|
<interface name="net.reactivated.Fprint">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="fprint" />
|
|
|
|
|
|
|
|
|
|
<method name="ListDevices">
|
|
|
|
|
<arg type="au" name="device_ids" direction="out" />
|
|
|
|
|
<arg type="as" name="drv_names" direction="out" />
|
|
|
|
|
<arg type="as" name="drv_full_names" direction="out" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="ClaimDevice">
|
2008-03-04 14:55:37 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-04 12:36:28 +00:00
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="ReleaseDevice">
|
2008-03-04 14:55:37 +00:00
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
2008-03-04 12:36:28 +00:00
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="ListEnrolledFingers">
|
|
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
<arg type="au" name="enrolled_fingers" direction="out" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="LoadPrintData">
|
|
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
<arg type="u" name="finger_num" direction="in" />
|
|
|
|
|
<arg type="u" name="print_id" direction="out" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="UnloadPrintData">
|
|
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
<arg type="u" name="print_id" direction="in" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="VerifyStart">
|
|
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
<arg type="u" name="print_id" direction="in" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="GetVerifyResult">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
<arg type="i" name="result" direction="out" />
|
|
|
|
|
<arg type="b" name="more_results" direction="out" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
<method name="VerifyStop">
|
|
|
|
|
<annotation name="org.freedesktop.DBus.GLib.Async" value="" />
|
|
|
|
|
<arg type="u" name="device_id" direction="in" />
|
|
|
|
|
</method>
|
|
|
|
|
|
|
|
|
|
</interface>
|
|
|
|
|
</node>
|
|
|
|
|
|