doc: Add Type to the Modem object

Indicate the kind of modem it is before it is powered up.
This commit is contained in:
Daniel Wagner 2011-11-22 18:10:01 +01:00 committed by Denis Kenzior
parent a7b69ac661
commit 8136c4166f
1 changed files with 11 additions and 0 deletions

View File

@ -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".