2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
4 <!ENTITY version SYSTEM "version.xml">
6 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
8 <title>Connection Manager Reference Manual</title>
9 <releaseinfo>Version &version;</releaseinfo>
12 <firstname>Marcel</firstname>
13 <surname>Holtmann</surname>
16 <email>marcel@holtmann.org</email>
23 <year>2007-2008</year>
24 <holder>Intel Corporation. All rights reserved.</holder>
29 Permission is granted to copy, distribute and/or modify this
30 document under the terms of the <citetitle>GNU Free
31 Documentation License</citetitle>, Version 1.1 or any later
32 version published by the Free Software Foundation with no
33 Invariant Sections, no Front-Cover Texts, and no Back-Cover
34 Texts. You may obtain a copy of the <citetitle>GNU Free
35 Documentation License</citetitle> from the Free Software
36 Foundation by visiting <ulink type="http"
37 url="http://www.fsf.org">their Web site</ulink> or by writing
41 The Free Software Foundation, Inc.,
42 <street>59 Temple Place</street> - Suite 330,
43 <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>,
44 <country>USA</country>
50 <reference id="design">
51 <title>Design Overview</title>
54 This part presents the design documentation for Connection Manager.
57 <xi:include href="connman-introduction.xml" />
60 <reference id="manager">
61 <title>Manager interface</title>
63 <programlisting><xi:include href="manager-api.txt" parse="text" /></programlisting>
67 <reference id="device">
68 <title>Device interface</title>
70 <programlisting><xi:include href="device-api.txt" parse="text" /></programlisting>
74 <reference id="network">
75 <title>Network interface</title>
77 <programlisting><xi:include href="network-api.txt" parse="text" /></programlisting>
81 <reference id="service">
82 <title>Service interface</title>
84 <programlisting><xi:include href="service-api.txt" parse="text" /></programlisting>
88 <reference id="connection">
89 <title>Connection interface</title>
91 <programlisting><xi:include href="connection-api.txt" parse="text" /></programlisting>
95 <reference id="reference">
96 <title>Plugin API Reference</title>
99 This part presents the function reference for Connection Manager.
102 <xi:include href="xml/log.xml" />
103 <xi:include href="xml/plugin.xml" />
104 <xi:include href="xml/storage.xml" />
105 <xi:include href="xml/security.xml" />
106 <xi:include href="xml/resolver.xml" />
107 <!-- <xi:include href="xml/device.xml" /> -->
108 <!-- <xi:include href="xml/network.xml" /> -->
111 <appendix id="license">
112 <title>License</title>
114 <programlisting><xi:include href="../COPYING" parse="text" /></programlisting>