summaryrefslogtreecommitdiffstats
path: root/demo/dbus-simple-service/com_pengutronix_devel_SystemInfo.xml
blob: cc5a4eac52b060287ef024f675b7cc5c7f52edff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<node>
  <interface name="com.pengutronix.devel.SystemInfo">
    <method name="Date">
      <arg type="u" direction="out"/>
    </method>
    <method name="Noop">
    </method>
    <method name="Ping">
      <arg type="s" direction="out"/>
      <arg name="text" type="s" direction="in"/>
    </method>
  </interface>
  <interface name="org.freedesktop.DBus.Introspectable">
    <method name="Introspect">
      <arg name="xml_data" type="s" direction="out"/>
    </method>
  </interface>
</node>