aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-10-15 10:35:43 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-10-15 10:36:17 +0300
commitc5f4f4554704c5dacbf1395660a27d84460d03af (patch)
tree15c3f094622995eaed51ab89d331c24c5d62671f /spec
parentbefb5612f7154479cb7c83710d602d4a2a6cba2f (diff)
Cleaned up Internet properties some more.
Diffstat (limited to 'spec')
-rw-r--r--spec/core.context33
1 files changed, 19 insertions, 14 deletions
diff --git a/spec/core.context b/spec/core.context
index 13c52c85..a7568ae7 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -202,18 +202,23 @@ Internet connectivity
Information about the connection of the devide to the Internet.
</doc>
- <key name="Internet.NetworkType">
- <type>
- <!--<string-enum>
- <GPRS/>
- <WLAN/>
- </string-enum>-->
- string
- </type>
+ <key name="Internet.NetworkType"
+ type="string">
+ <typedoc>
+ <string-enum>
+ <wifi/>
+ <wimax/>
+ <cellular/>
+ <bluetooth/>
+ <ethernet/>
+ <usb/>
+ </string-enum>
+ </typedoc>
<doc>
-The type of the current connection to the Internet, such as "wlan",
-"cellular", "bluetooth", "ethernet", or "usb". The possible values
-are still TBD.
+The type of the current connection to the Internet. This is one of
+the strings "wifi", "wimax", "cellular", "bluetooth", "ethernet", or
+"usb". (From ConnMan. New types might be defined in the future, of
+course.)
</doc>
</key>
@@ -234,8 +239,8 @@ are still TBD.
</string-enum>
</typedoc>
<doc>
- The state of the Internet connection, values TBD but will include
- things like "connected", "disconnected", "connecting".
+ The state of the Internet connection, as one of "connected",
+ "disconnected", and "connecting".
</doc>
</key>
@@ -245,7 +250,7 @@ are still TBD.
<doc>
The signal strength of the current connection to the Internet. For
example, when Internet.NetworkType is "cellular", this is the signal
-strength at the cellular radio, when it is "wlan", it is the signal
+strength at the cellular radio, when it is "wifi", it is the signal
strength at the WLAN radio.
</doc>
</key>