summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-11-09 15:42:36 -0600
committerDenis Kenzior <denkenz@gmail.com>2009-11-09 15:42:36 -0600
commit53654ea528ba44bd9a26fe383335f74501f0376e (patch)
tree517ff9cad7ab78ffdba6097139b18059e31c76c4 /doc
parenta4189db20f408f409a6d07108795b11d42e9e9ae (diff)
downloadofono-53654ea528ba44bd9a26fe383335f74501f0376e.tar.bz2
Update network-api.txt to match implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/network-api.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index eaad4df4..bb40e87d 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -41,7 +41,7 @@ Signals PropertyChanged(string property, variant value)
This signal indicates a changed value of the given
property.
-Properties string Mode [readwrite]
+Properties string Mode [readonly]
The current registration mode. The deault of this
is "auto", but can be changed during operation. This
@@ -94,7 +94,7 @@ Properties string Mode [readwrite]
TODO: Values for CDMA and EVDO based networks.
- string Name [readonly]
+ string Operator [readonly]
Contains the current operator name, suitable for
display on the idle screen or an empty string if
@@ -120,7 +120,7 @@ Properties string Mode [readwrite]
unavailable, this property will not be returned by
GetProperties or will be set to an empty string.
- array{object} Operators [readonly]
+ array{object} AvailableOperators [readonly]
List of all operator object paths known to the
telephony stack. The scanning for new operators is
@@ -188,3 +188,9 @@ Properties string Name [readonly]
"GSM+EGPS", "UTRAN+HSDPA",
"UTRAN+HSUPA",
"UTRAN+HSDPA+HSUPA"
+
+ string AdditionalInformation [readonly, optional]
+
+ Contains a short description of the operator. This is
+ typically stored on the SIM and might be available
+ only for select operators.