summaryrefslogtreecommitdiffstats
path: root/doc/modem-api.txt
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-11-22 18:10:01 +0100
committerDenis Kenzior <denkenz@gmail.com>2011-11-22 20:36:05 -0600
commit8136c4166f2f6388456bba48671c71215c9f35b3 (patch)
tree1a9845a2693cd03c16e17d1edf92a5375d522942 /doc/modem-api.txt
parenta7b69ac661eb7ae9dba995586bdb6e2dc66ac4d6 (diff)
downloadofono-8136c4166f2f6388456bba48671c71215c9f35b3.tar.bz2
doc: Add Type to the Modem object
Indicate the kind of modem it is before it is powered up.
Diffstat (limited to 'doc/modem-api.txt')
-rw-r--r--doc/modem-api.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/modem-api.txt b/doc/modem-api.txt
index fa400a22..95ce782d 100644
--- a/doc/modem-api.txt
+++ b/doc/modem-api.txt
@@ -98,3 +98,14 @@ Properties boolean Powered [readwrite]
TODO: Better to split this into Status and
Capabilites properties?
+
+ string Type [readonly]
+
+ Indicates whether the modem is virtual or a real
+ hardware one. This information should only be used
+ to identify which componet (e.g. ConnMan or a phone
+ dialer) should take control over the modem. It does
+ not give any hints on which Interfaces will be
+ supported by this modem.
+
+ Possible values are "hfp", "sap" and "hardware".