diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-09-02 13:48:40 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-02 13:48:40 -0500 |
commit | 8d373fc89744f5edf5966bd99bb88899a547760d (patch) | |
tree | cee37adf6ee0a6bdef32c8819fe9fbeff6463726 | |
parent | b40e151ba97be72d2028125960411bbc378ab791 (diff) |
Add address & netmask properties to GPRS api
-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 a65dcd83..e2bcf7cd 100644 --- a/doc/dataconnectionmanager-api.txt +++ b/doc/dataconnectionmanager-api.txt @@ -161,6 +161,14 @@ Properties boolean Activated [readwrite] Holds the interface of the network interface created by this context (e.g. "ppp0") + string Address [readonly, optional] + + Holds the IP address for this context. + + string Netmask [readonly, optional] + + Holds the Netmask for this context. + array{string} DomainNameServers [readonly, optional] Holds the list of domain name servers for this |