diff options
| author | Denis Kenzior <denkenz@gmail.com> | 2009-10-29 16:09:32 -0500 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-29 16:09:32 -0500 |
| commit | 8172f78ea3b24b579e742bda3dd442cbd21f5394 (patch) | |
| tree | 6c3bea3123d87b7c1c5f07cec22fa5b841c13242 /doc | |
| parent | 22dc4e229feca085011a1f59af8349700f4a6125 (diff) | |
| download | ofono-8172f78ea3b24b579e742bda3dd442cbd21f5394.tar.bz2 | |
Update the network API
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/network-api.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt index 0b04a824..eaad4df4 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -179,9 +179,10 @@ Properties string Name [readonly] Contains the Mobile Network Code (MNC) - string Technology [readonly, optional] + array{string} Technologies [readonly, optional] - Contains the technology of the network provider. + Contains a list of technologies currently available + from this network provider. The possible values are: "GSM", "GSMCompact", "UTRAN", "GSM+EGPS", "UTRAN+HSDPA", |