From 8136c4166f2f6388456bba48671c71215c9f35b3 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 22 Nov 2011 18:10:01 +0100 Subject: [PATCH] doc: Add Type to the Modem object Indicate the kind of modem it is before it is powered up. --- doc/modem-api.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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".