summaryrefslogtreecommitdiffstats
path: root/src/nfc/maemo6/com.nokia.nfc.SecureElement.xml
blob: 702f3b2a8e92c3fbfdb4a6c0745986a7262e228b (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
27
28
29
30
31
32
33
34
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/com/nokia/nfc/0/nfc0/se0">
    <interface name="com.nokia.nfc.SecureElement">
        <method name="GetProperties">
            <arg type="a{sv}" direction="out"/>
            <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QVariantMap"/>
        </method>
        <method name="RequestAccess"/>
        <method name="ReleaseAccess"/>
        <method name="Activate"/>
        <method name="Deactivate"/>
        <method name="SetActivationLevel">
            <arg type="v" direction="in"/>
        </method>
        <method name="RawRequest">
            <arg type="ay" direction="in"/>
            <arg type="ay" direction="out"/>
        </method>
        <signal name="PropertyChanged">
            <arg type="s"/>
            <arg type="v"/>
        </signal>
        <signal name="TransactionStarted">
            <arg type="s"/>
        </signal>
        <signal name="TransactionEnded">
            <arg type="s"/>
            <arg type="s"/>
        </signal>
        <property name="State" type="s" access="read"/>
        <property name="ActivationLevel" type="s" access="read"/>
    </interface>
</node>