summaryrefslogtreecommitdiff
path: root/doc/technology-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-01-25 07:14:11 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-01-25 07:14:11 +0100
commit32d267c1a6083f3f5183e5f3f15161b097f37419 (patch)
tree4de626ebde91e5104e02129d342a33c61206f47c /doc/technology-api.txt
parentb5795c2b12e34ab29ad283b2ece3a507b17e3cb9 (diff)
downloadconnman-32d267c1a6083f3f5183e5f3f15161b097f37419.tar.gz
connman-32d267c1a6083f3f5183e5f3f15161b097f37419.tar.bz2
connman-32d267c1a6083f3f5183e5f3f15161b097f37419.zip
Add support for technology interface
Diffstat (limited to 'doc/technology-api.txt')
-rw-r--r--doc/technology-api.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt
new file mode 100644
index 00000000..9b10c583
--- /dev/null
+++ b/doc/technology-api.txt
@@ -0,0 +1,34 @@
+Technology hierarchy
+====================
+
+Service org.moblin.connman
+Interface org.moblin.connman.Technology
+Object path [variable prefix]/{technology0,technology1,...}
+
+Methods dict GetProperties()
+
+ Returns properties for the technology object. See
+ the properties section for available properties.
+
+ Possible Errors: [service].Error.InvalidArguments
+
+Signals PropertyChanged(string name, variant value)
+
+ This signal indicates a changed value of the given
+ property.
+
+Properties string Name [readonly]
+
+ Name of this technology.
+
+ string Type [readonly]
+
+ The technology type (for example "ethernet" etc.)
+
+ This information should only be used to determine
+ advanced properties or showing the correct icon
+ to the user.
+
+ array{object} Devices [readonly]
+
+ List of device objects.