Advertisement
Guest User

dbus

a guest
Nov 28th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  3. <node>
  4.    <interface name="org.freedesktop.DBus.Introspectable">
  5.       <method name="Introspect">
  6.          <arg name="xml" type="s" direction="out" />
  7.       </method>
  8.    </interface>
  9.    <interface name="org.bluez.MediaTransport1">
  10.       <method name="Acquire">
  11.          <arg name="fd" type="h" direction="out" />
  12.          <arg name="mtu_r" type="q" direction="out" />
  13.          <arg name="mtu_w" type="q" direction="out" />
  14.       </method>
  15.       <method name="TryAcquire">
  16.          <arg name="fd" type="h" direction="out" />
  17.          <arg name="mtu_r" type="q" direction="out" />
  18.          <arg name="mtu_w" type="q" direction="out" />
  19.       </method>
  20.       <method name="Release" />
  21.       <property name="Device" type="o" access="read" />
  22.       <property name="UUID" type="s" access="read" />
  23.       <property name="Codec" type="y" access="read" />
  24.       <property name="Configuration" type="ay" access="read" />
  25.       <property name="State" type="s" access="read" />
  26.       <property name="Delay" type="q" access="read" />
  27.       <property name="Volume" type="q" access="readwrite" />
  28.    </interface>
  29.    <interface name="org.freedesktop.DBus.Properties">
  30.       <method name="Get">
  31.          <arg name="interface" type="s" direction="in" />
  32.          <arg name="name" type="s" direction="in" />
  33.          <arg name="value" type="v" direction="out" />
  34.       </method>
  35.       <method name="Set">
  36.          <arg name="interface" type="s" direction="in" />
  37.          <arg name="name" type="s" direction="in" />
  38.          <arg name="value" type="v" direction="in" />
  39.       </method>
  40.       <method name="GetAll">
  41.          <arg name="interface" type="s" direction="in" />
  42.          <arg name="properties" type="a{sv}" direction="out" />
  43.       </method>
  44.       <signal name="PropertiesChanged">
  45.          <arg name="interface" type="s" />
  46.          <arg name="changed_properties" type="a{sv}" />
  47.          <arg name="invalidated_properties" type="as" />
  48.       </signal>
  49.    </interface>
  50. </node>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement