diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-09-02 09:59:41 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-02 09:59:41 -0500 |
commit | b40e151ba97be72d2028125960411bbc378ab791 (patch) | |
tree | 2f79fdd3ed80e19dd783e308357d14f4f453b692 | |
parent | 7aec65b52656875e25df35b11cb6eb75eb2cc69f (diff) | |
download | ofono-b40e151ba97be72d2028125960411bbc378ab791.tar.bz2 |
Update GPRS api with context use type
-rw-r--r-- | doc/dataconnectionmanager-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt index b8cc9c3e..a65dcd83 100644 --- a/doc/dataconnectionmanager-api.txt +++ b/doc/dataconnectionmanager-api.txt @@ -136,6 +136,14 @@ Properties boolean Activated [readwrite] abbreviated as APN. This value cannot be changed when the context is active. + string Type [readwrite] + + Contains the intended usage type for this context. + The currently supported values are: + "internet" - General internet connectivity + "mms" - Used by MMS related services + "wap" - Used by WAP related services + string Username [readwrite] Holds the username to be used for authentication |