From 0eb3d1cb9888db38a132b54f02d7ee00719b6e1d Mon Sep 17 00:00:00 2001 From: Martin Xu Date: Mon, 16 Nov 2009 12:05:04 +0800 Subject: add Settings property description to dataconnectionmanger-api.txt --- doc/dataconnectionmanager-api.txt | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3