Update network-api.txt to match implementation

This commit is contained in:
Denis Kenzior 2009-11-09 15:42:36 -06:00
parent a4189db20f
commit 53654ea528
1 changed files with 9 additions and 3 deletions

View File

@ -41,7 +41,7 @@ Signals PropertyChanged(string property, variant value)
This signal indicates a changed value of the given This signal indicates a changed value of the given
property. property.
Properties string Mode [readwrite] Properties string Mode [readonly]
The current registration mode. The deault of this The current registration mode. The deault of this
is "auto", but can be changed during operation. 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. TODO: Values for CDMA and EVDO based networks.
string Name [readonly] string Operator [readonly]
Contains the current operator name, suitable for Contains the current operator name, suitable for
display on the idle screen or an empty string if 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 unavailable, this property will not be returned by
GetProperties or will be set to an empty string. 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 List of all operator object paths known to the
telephony stack. The scanning for new operators is telephony stack. The scanning for new operators is
@ -188,3 +188,9 @@ Properties string Name [readonly]
"GSM+EGPS", "UTRAN+HSDPA", "GSM+EGPS", "UTRAN+HSDPA",
"UTRAN+HSUPA", "UTRAN+HSUPA",
"UTRAN+HSDPA+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.