summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Xu <martin.xu@intel.com>2009-11-16 12:05:04 +0800
committerDenis Kenzior <denkenz@gmail.com>2009-11-16 09:58:35 -0600
commit0eb3d1cb9888db38a132b54f02d7ee00719b6e1d (patch)
tree953a10f270af76ba9d15d06388db5ec706b34360
parent9cbd6ad33f21fca26fdad1b8dd44e59ebe9d6ebd (diff)
downloadofono-0eb3d1cb9888db38a132b54f02d7ee00719b6e1d.tar.bz2
add Settings property description to dataconnectionmanger-api.txt
-rw-r--r--doc/dataconnectionmanager-api.txt35
1 files changed, 23 insertions, 12 deletions
diff --git a/doc/dataconnectionmanager-api.txt b/doc/dataconnectionmanager-api.txt
index 41fc02fa..7afdf992 100644
--- a/doc/dataconnectionmanager-api.txt
+++ b/doc/dataconnectionmanager-api.txt
@@ -161,24 +161,35 @@ Properties boolean Activated [readwrite]
purposes. This value cannot be changed when the
context is active.
- string Interface [readonly, optional]
+ dict Settings [readonly, optonal]
- Holds the interface of the network interface created
- by this context (e.g. "ppp0")
+ Holds all the IP network settings
- string Address [readonly, optional]
+ string Interface [readonly, optional]
- Holds the IP address for this context.
+ Holds the interface of the network interface used
+ by this context (e.g. "ppp0" "usb0")
- string Netmask [readonly, optional]
+ string Method [readonly, optional]
- Holds the Netmask for this context.
+ Holds the IP network config method
+ "static"- Set IP network statically
+ "dhcp" - Set IP network through DHCP
- array{string} DomainNameServers [readonly, optional]
+ string Address [readonly, optional]
- Holds the list of domain name servers for this
- context.
+ Holds the IP address for this context.
- string Gateway [readonly, optional]
+ string Netmask [readonly, optional]
+
+ Holds the Netmask for this context.
+
+ array{string} DomainNameServers [readonly, optional]
+
+ Holds the list of domain name servers for this
+ context.
+
+ string Gateway [readonly, optional]
+
+ Holds the gateway IP for this connection.
- Holds the gateway IP for this connection.