Org openmoko PhoneKit. org openmoko PhoneKit Dialer

From Openmoko

Revision as of 08:08, 2 March 2008 by Wurp (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Bus name: org.openmoko.PhoneKit
Object name: /org/openmoko/PhoneKit/Dialer
  interface org.freedesktop.DBus.Introspectable
    (data:s) Introspect()
  interface org.freedesktop.DBus.Properties
    (value:v) Get(interface:s,propname:s)
    () Set(interface:s,propname:s,value:v)
  interface org.openmoko.PhoneKit.Dialer
    () HangUp(message:s)
    () Dial(number:s)
    StatusChanged(arg1:i)
    Rejected()
    HungUp()
    Talking()
    OutgoingCall(arg1:s)
    IncomingCall(arg1:s)

Introspect XML

<!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.freedesktop.DBus.Introspectable">
    <method name="Introspect">
      <arg name="data" direction="out" type="s"/>
    </method>
  </interface>
  <interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
      <arg name="interface" direction="in" type="s"/>
      <arg name="propname" direction="in" type="s"/>
      <arg name="value" direction="out" type="v"/>
    </method>
    <method name="Set">
      <arg name="interface" direction="in" type="s"/>
      <arg name="propname" direction="in" type="s"/>
      <arg name="value" direction="in" type="v"/>
    </method>
  </interface>
  <interface name="org.openmoko.PhoneKit.Dialer">
    <method name="HangUp">
      <arg name="message" type="s" direction="in"/>
    </method>
    <method name="Dial">
      <arg name="number" type="s" direction="in"/>
    </method>
    <signal name="StatusChanged">
      <arg type="i"/>
    </signal>
    <signal name="Rejected">
    </signal>
    <signal name="HungUp">
    </signal>
    <signal name="Talking">
    </signal>
    <signal name="OutgoingCall">
      <arg type="s"/>
    </signal>
    <signal name="IncomingCall">
      <arg type="s"/>
    </signal>
    <property name="Status" type="i" access="read"/>
    </property>
  </interface>
</node>

Personal tools

Overview

Bus name: org.openmoko.PhoneKit
Object name: /org/openmoko/PhoneKit/Dialer
  interface org.freedesktop.DBus.Introspectable
    (data:s) Introspect()
  interface org.freedesktop.DBus.Properties
    (value:v) Get(interface:s,propname:s)
    () Set(interface:s,propname:s,value:v)
  interface org.openmoko.PhoneKit.Dialer
    () HangUp(message:s)
    () Dial(number:s)
    StatusChanged(arg1:i)
    Rejected()
    HungUp()
    Talking()
    OutgoingCall(arg1:s)
    IncomingCall(arg1:s)

Introspect XML

<!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.freedesktop.DBus.Introspectable">
    <method name="Introspect">
      <arg name="data" direction="out" type="s"/>
    </method>
  </interface>
  <interface name="org.freedesktop.DBus.Properties">
    <method name="Get">
      <arg name="interface" direction="in" type="s"/>
      <arg name="propname" direction="in" type="s"/>
      <arg name="value" direction="out" type="v"/>
    </method>
    <method name="Set">
      <arg name="interface" direction="in" type="s"/>
      <arg name="propname" direction="in" type="s"/>
      <arg name="value" direction="in" type="v"/>
    </method>
  </interface>
  <interface name="org.openmoko.PhoneKit.Dialer">
    <method name="HangUp">
      <arg name="message" type="s" direction="in"/>
    </method>
    <method name="Dial">
      <arg name="number" type="s" direction="in"/>
    </method>
    <signal name="StatusChanged">
      <arg type="i"/>
    </signal>
    <signal name="Rejected">
    </signal>
    <signal name="HungUp">
    </signal>
    <signal name="Talking">
    </signal>
    <signal name="OutgoingCall">
      <arg type="s"/>
    </signal>
    <signal name="IncomingCall">
      <arg type="s"/>
    </signal>
    <property name="Status" type="i" access="read"/>
    </property>
  </interface>
</node>