diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-07-19 13:49:12 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-07-19 13:49:12 -0500 |
commit | 9cbcd8786123f831991c2e1a33580ea94f093f2d (patch) | |
tree | 99496ead6d77fe782bbaa0559436eb0281841bf5 | |
parent | 252c2626ffe0992df3acb14509aaeb424cd19050 (diff) | |
download | ofono-9cbcd8786123f831991c2e1a33580ea94f093f2d.tar.bz2 |
doc: Update gprs api with IPv6 support
-rw-r--r-- | doc/dataconnectionmanager-api.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt index 510bd424..bfceb054 100644 --- a/doc/dataconnectionmanager-api.txt +++ b/doc/dataconnectionmanager-api.txt @@ -133,6 +133,11 @@ Properties boolean Active [readwrite] purposes. This value cannot be changed when the context is active. + string Protocol [readwrite] + + Holds the protocol for this context. Valid values + are: "ip" and "ipv6". + string Name [readwrite] The name is a free form string that describes this @@ -145,8 +150,8 @@ Properties boolean Active [readwrite] string Interface [readonly, optional] - Holds the interface of the network interface used - by this context (e.g. "ppp0" "usb0") + Holds the interface of the network interface + used by this context (e.g. "ppp0" "usb0") string Method [readonly, optional] |