summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.neard.Agent.xml
blob: 5ec0e4877ad9d8b9f035b3f6aa5049d58cfca298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
        <interface name="org.neard.NDEFAgent">
                <method name="GetNDEF">
                        <arg name="values" type="a{sv}" direction="in"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
                </method>
                <method name="Release">
                </method>
        </interface>
        <interface name="org.neard.HandoverAgent">
                <method name="RequestOOB">
                        <arg name="values" type="a{sv}" direction="in"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
                        <arg name="result" type="a{sv}" direction="out"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
                </method>
                <method name="PushOOB">
                        <arg name="values" type="a{sv}" direction="in"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
                </method>
                <method name="Release">
                </method>
        </interface>
</node>