summaryrefslogtreecommitdiffstats
path: root/src/nfc/neard/org.neard.Tag.xml
blob: d6cbaddd3ef83c95b6828c43c5c8174b946aef53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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.Tag">
                <method name="Write">
                        <arg name="attributes" type="a{sv}" direction="in"/>
                        <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
                </method>
                <method name="GetRawNDEF">
                        <arg name="NDEF" type="ay" direction="out"/>
                </method>
        </interface>
</node>