Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

source: Dbus API specifications/html/index.html @ 784287e

Revision 784287e, 12.5 KB checked in by Simon Busch <morphis@…>, 13 months ago (diff)

Bump version to 2012.06.06.01

  • Property mode set to 100644
Line 
1<html>
2    <head>
3        <title>freesmartphone.org Framework DBus Interface Specification</title>
4        <BASE href="http://docs.freesmartphone.org">
5        <link rel="stylesheet" type="text/css" href="http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/style.css;hb=HEAD" />
6    </head>
7    <body>
8        <div class="topbox">freesmartphone.org Framework DBus Interface Specification</div>
9        <p>The <a href="http://www.freesmartphone.org">freesmartphone.org</a> development platform includes a number of low level and high level services which are accessible via the <a href="http://dbus.freedesktop.org">DBus</a> IPC system. This page links to reference works which can be used when programming for devices running the freesmartphone.org development platform. This reference is primarily intended for software developers. You may want to try out a few DBus Tutorials before diving into these documents.</p>
10        <hr/>
11        <h2 align="center">Table of Contents &#8212; FSO Framework Version 2012.06.06.1</h2>
12        <hr/>
13        <h1>0. Introduction</h1>
14        <ul>
15          <li>... to be written ...</li>
16          <!--
17          <li><a href="org.freesmartphone.docs.platform.html">Freesmartphone.org Development Platform</a> &#8212; A brief Introduction [to be done]</li>
18          <li><a href="org.freesmartphone.docs.components.html">Freesmartphone.org Development Platform</a> &#8212; The components [to be done]</li>
19          <li><a href="org.freesmartphone.docs.components.html">Freesmartphone.org Development Platform</a> &#8212; The components</li> -->
20        </ul>
21
22        <h1>1. Generic API <small><tt>org.freesmartphone</tt></small></h1>
23            <ul>
24              <li><a href="org.freesmartphone.Error.html">org.freesmartphone.Error</a> &#8212; Common Error Domain</li>
25              <li><a href="org.freesmartphone.Info.html">org.freesmartphone.Info</a> &#8212; Generic Informational Facilities</li>
26            </ul>
27
28        <h1>2. Device API <small><tt>org.freesmartphone.Device</tt></small></h1>
29          <p><em>Note: This is a lowlevel API. Consider using the high level APIs instead.</em></p>
30            <ul>
31              <li><a href="org.freesmartphone.Device.AmbientLight.html">org.freesmartphone.Device.AmbientLight</a> &#8212; Ambient Light Sensor Access</li>
32              <li><a href="org.freesmartphone.Device.Audio.html">org.freesmartphone.Device.Audio</a> &#8212; Audio Device Access</li>
33              <li><a href="org.freesmartphone.Device.Display.html">org.freesmartphone.Device.Display</a> &#8212; Display Device Access</li>
34              <li><a href="org.freesmartphone.Device.LED.html">org.freesmartphone.Device.LED</a> &#8212; LED Device Access</li>
35              <li><a href="org.freesmartphone.Device.Info.html">org.freesmartphone.Device.Info</a> &#8212; Info Access</li>
36              <li><a href="org.freesmartphone.Device.Input.html">org.freesmartphone.Device.Input</a> &#8212; Input Device Access</li>
37              <li><a href="org.freesmartphone.Device.IdleNotifier.html">org.freesmartphone.Device.IdleNotifier</a> &#8212; Idle Notification Service</li>
38              <li><a href="org.freesmartphone.Device.Orientation.html">org.freesmartphone.Device.Orientation</a> &#8212; Physical Orientation Information</li>
39              <li><a href="org.freesmartphone.Device.PowerControl.html">org.freesmartphone.Device.PowerControl</a> &#8212; Device Power Control</li>
40              <li><a href="org.freesmartphone.Device.PowerSupply.html">org.freesmartphone.Device.PowerSupply</a> &#8212; Power Supply Access</li>
41              <li><a href="org.freesmartphone.Device.Proximity.html">org.freesmartphone.Device.Proximity</a> &#8212; Proximity Sensor Access</li>
42              <li><a href="org.freesmartphone.Device.RealtimeClock.html">org.freesmartphone.Device.RealtimeClock</a> &#8212; Realtime Clock</li>
43              <li><a href="org.freesmartphone.Device.Vibrator.html">org.freesmartphone.Device.Vibrator</a> &#8212; Vibrator Access</li>
44            </ul>
45        <h1>3. Telephony API <small><tt>org.freesmartphone.GSM</tt></small></h1>
46          <!-- <p><em>Note: This is a lowlevel API. Consider using the high level APIs instead.</em></p> -->
47            <ul>
48              <li><a href="org.freesmartphone.GSM.Error.html">org.freesmartphone.GSM.Error</a> &#8212; GSM Error Domain</li>
49              <li><a href="org.freesmartphone.GSM.MUX.html">org.freesmartphone.GSM.MUX</a> &#8212; GSM 07.10 Multiplexing</li>
50              <li><a href="org.freesmartphone.GSM.Device.html">org.freesmartphone.GSM.Device</a> &#8212; Device Inquiry</li>
51              <li><a href="org.freesmartphone.GSM.SIM.html">org.freesmartphone.GSM.SIM</a> &#8212; SIM Card Access</li>
52              <li><a href="org.freesmartphone.GSM.Network.html">org.freesmartphone.GSM.Network</a> &#8212; GSM Network Access</li>
53              <li><a href="org.freesmartphone.GSM.Call.html">org.freesmartphone.GSM.Call</a> &#8212; GSM Voice and Data Calls</li>
54              <li><a href="org.freesmartphone.GSM.CallForwarding.html">org.freesmartphone.GSM.CallForwarding</a> &#8212; GSM Call Forwarding</li>
55              <li><a href="org.freesmartphone.GSM.SMS.html">org.freesmartphone.GSM.SMS</a> &#8212; Short Message Service</li>
56              <li><a href="org.freesmartphone.GSM.PDP.html">org.freesmartphone.GSM.PDP</a> &#8212; Packet Data Protocol Connections</li>
57              <li><a href="org.freesmartphone.GSM.CB.html">org.freesmartphone.GSM.CB</a> &#8212; Cell Broadcast Service</li>
58              <li><a href="org.freesmartphone.GSM.Monitor.html">org.freesmartphone.GSM.Monitor</a> &#8212; GSM Network Monitoring</li>
59              <li><a href="org.freesmartphone.GSM.HZ.html">org.freesmartphone.GSM.HZ</a> &#8212; O2/Genion HomeZone Service</li>
60        </ul>
61        <h1>4. Usage API <small><tt>org.freesmartphone.Usage</tt></small></h1>
62            <p>
63              <ul>
64                <li><a href="usage-intro.html">Introduction<a></li>
65              </ul>
66            </p>
67
68            <ul>
69              <li><a href="org.freesmartphone.Usage.html">org.freesmartphone.Usage</a> &#8212; Resource Manager Service</li>
70              <li><a href="org.freesmartphone.Resource.html">org.freesmartphone.Resource</a> &#8212; Resource Control Interface</li>
71            </ul>
72        <h1>5. Audio Manager API <small><tt>org.freesmartphone.Audio.Manager</tt></small></h1>
73            <ul>
74              <li><a href="org.freesmartphone.Audio.Manager.html">org.freesmartphone.Audio.Manager</a></li>
75            </ul>
76        <h1>6. Preferences API <small><tt>org.freesmartphone.Preferences</tt></small></h1>
77            <ul>
78              <li><a href="org.freesmartphone.Preferences.html">org.freesmartphone.Preferences</a></li>
79              <li><a href="org.freesmartphone.Preferences.Service.html">org.freesmartphone.Preferences.Service</a></li>
80            </ul>
81        <h1>7. Events API <small><tt>org.freesmartphone.Events</tt></small></h1>
82            <ul>
83              <li><a href="org.freesmartphone.Events.html">org.freesmartphone.Events</a></li>
84            </ul>
85        <h1>8. GPS API <small><tt>org.freedesktop.Gypsy</tt></small></h1>
86            <ul>
87              <li><a href="org.freedesktop.Gypsy.Accuracy.html">org.freedesktop.Gypsy.Accuracy</a></li>
88              <li><a href="org.freedesktop.Gypsy.Course.html">org.freedesktop.Gypsy.Course</a></li>
89              <li><a href="org.freedesktop.Gypsy.Device.html">org.freedesktop.Gypsy.Device</a></li>
90              <li><a href="org.freedesktop.Gypsy.Position.html">org.freedesktop.Gypsy.Position</a></li>
91              <li><a href="org.freedesktop.Gypsy.Time.html">org.freedesktop.Gypsy.Time</a></li>
92            </ul>
93        <h1>9. Time API <small><tt>org.freesmartphone.Time</tt></small></h1>
94            <ul>
95              <li><a href="org.freesmartphone.Time.Alarm.html">org.freesmartphone.Time.Alarm</a></li>
96            </ul>
97        <h1>10. Network API <small><tt>org.freesmartphone.Network</tt></small></h1>
98            <ul>
99              <li><a href="org.freesmartphone.Network.html">org.freesmartphone.Network</a></li>
100            </ul>
101        <h1>11. PIM API <small><tt>org.freesmartphone.PIM</tt></small></h1>
102            <p>
103            <ul>
104              <li><a href="pim-intro.html">Introduction<a></li>
105            </ul>
106            </p>
107            <p>Field types:
108            <ul>
109              <li><a href="org.freesmartphone.PIM.Fields.html">org.freesmartphone.PIM.Fields</a></li>
110              <li><a href="org.freesmartphone.PIM.Types.html">org.freesmartphone.PIM.Types</a></li>
111            </ul>
112            </p>
113            <p>Contacts:
114            <ul>
115              <li><a href="org.freesmartphone.PIM.Contact.html">org.freesmartphone.PIM.Contact</a></li>
116              <li><a href="org.freesmartphone.PIM.Contacts.html">org.freesmartphone.PIM.Contacts</a></li>
117              <li><a href="org.freesmartphone.PIM.ContactQuery.html">org.freesmartphone.PIM.ContactQuery</a></li>
118            </ul>
119            </p>
120            <p>Calls:
121            <ul>
122              <li><a href="org.freesmartphone.PIM.Call.html">org.freesmartphone.PIM.Call</a></li>
123              <li><a href="org.freesmartphone.PIM.Calls.html">org.freesmartphone.PIM.Calls</a></li>
124              <li><a href="org.freesmartphone.PIM.CallQuery.html">org.freesmartphone.PIM.CallQuery</a></li>
125            </ul>
126            </p>
127            <p>Messages:
128            <ul>
129              <li><a href="org.freesmartphone.PIM.Message.html">org.freesmartphone.PIM.Message</a></li>
130              <li><a href="org.freesmartphone.PIM.MessageQuery.html">org.freesmartphone.PIM.MessageQuery</a></li>
131              <li><a href="org.freesmartphone.PIM.Messages.html">org.freesmartphone.PIM.Messages</a></li>
132            </ul>
133            </p>
134            <p>Notes:
135            <ul>
136              <li><a href="org.freesmartphone.PIM.Note.html">org.freesmartphone.PIM.Note</a></li>
137              <li><a href="org.freesmartphone.PIM.Notes.html">org.freesmartphone.PIM.Notes</a></li>
138              <li><a href="org.freesmartphone.PIM.NoteQuery.html">org.freesmartphone.PIM.NoteQuery</a></li>
139            </ul>
140            </p>
141            <p>Tasks:
142            <ul>
143              <li><a href="org.freesmartphone.PIM.Task.html">org.freesmartphone.PIM.Task</a></li>
144              <li><a href="org.freesmartphone.PIM.Tasks.html">org.freesmartphone.PIM.Tasks</a></li>
145              <li><a href="org.freesmartphone.PIM.TaskQuery.html">org.freesmartphone.PIM.TaskQuery</a></li>
146            </ul>
147            </p>
148            <p>Dates:
149            <ul>
150              <li><a href="org.freesmartphone.PIM.Date.html">org.freesmartphone.PIM.Date</a></li>
151              <li><a href="org.freesmartphone.PIM.Dates.html">org.freesmartphone.PIM.Dates</a></li>
152              <li><a href="org.freesmartphone.PIM.DateQuery.html">org.freesmartphone.PIM.DateQuery</a></li>
153            </ul>
154        <h1>12. Multimedia API</h1>
155            <ul>
156              <li><a href="org.freesmartphone.MusicPlayer.html">org.freesmartphone.MusicPlayer</a></li>
157              <li><a href="org.freesmartphone.MusicPlayer.Playlist.html">org.freesmartphone.MusicPlayer.Playlist</a></li>
158            </ul>
159        <h1>13. Data API <small><tt>org.freesmartphone.Data</tt></small></h1>
160            <ul>
161              <li><a href="org.freesmartphone.Data.World.html">org.freesmartphone.Data.World</a> &#8212; Static World Data Service</li>
162            </ul>
163        <h1>14. Notification API <small><tt>org.freesmartphone.Notification</tt></small></h1>
164            <ul>
165              <li><a href="org.freesmartphone.Notification.html">org.freesmartphone.Notification</a> &#8212; Notification Callback Interface</li>
166            </ul>
167        <h1>15. Context API <small><tt>org.freesmartphone.Context</tt></small></h1>
168            <ul>
169              <li><a href="org.freesmartphone.Context.Manager.html">org.freesmartphone.Context.Manager</a> &#8212; Context Manager Interface</li>
170              <li><a href="org.freesmartphone.Context.Client.html">org.freesmartphone.Context.Client</a> &#8212; Context Client Interface</li>
171            </ul>
172        <h1>Under development / Brainstorming</h1>
173          <ul>
174            <li>org.freesmartphone.Activity</li>
175            <li>org.freesmartphone.Launcher</li>
176            <li>org.freesmartphone.LifeCycle</li>
177            <li>org.freesmartphone.Location</li>
178          </li>
179        </ul>
180        <hr/>
181        <small>
182        | Specified 2008-2012 by the <a href="http://www.freesmartphone.org">Freesmartphone.org</a> team | Join us and discuss further drafts via smartphones-standards (at) linuxtogo (dot) org |
183        </small>
184        <hr/>
185    </body>
186</html>
Note: See TracBrowser for help on using the repository browser.