summaryrefslogtreecommitdiff
path: root/doc/service-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 21:30:41 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 21:30:41 -0800
commitc3e70321b408a1700b9daecf69adcdc35f1bbb1b (patch)
tree9732d97041e8a3dc3b5c01c209304c910da26016 /doc/service-api.txt
parent62200f6ffc2f31cd1e6d61c93a9e2a89e5346ae9 (diff)
downloadconnman-c3e70321b408a1700b9daecf69adcdc35f1bbb1b.tar.gz
connman-c3e70321b408a1700b9daecf69adcdc35f1bbb1b.tar.bz2
connman-c3e70321b408a1700b9daecf69adcdc35f1bbb1b.zip
Update service details for IPv4 and Ethernet information
Diffstat (limited to 'doc/service-api.txt')
-rw-r--r--doc/service-api.txt60
1 files changed, 55 insertions, 5 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt
index 0236789e..a7257603 100644
--- a/doc/service-api.txt
+++ b/doc/service-api.txt
@@ -258,11 +258,61 @@ Properties string State [readonly]
indicates connections to a foreign provider when
traveling abroad.
- string IPv4.Method [readwrite]
+ array{string} Nameservers [readwrite]
- The IPv4 configuration method. Possible values here
- are "dhcp" and "static".
+ The list of manually configured domain name
+ servers. Some 3G networks don't provide correct
+ name servers and this allows for an override.
- string IPv4.Address [readwrite]
+ array{string} Domains [readwrite]
- The current configured IPv4 address.
+ The list of manually configured search domains.
+
+ dict IPv4 [readonly]
+
+ string Method [readonly]
+
+ Possible values are "dhcp", "manual"
+ and "off".
+
+ string Address [readonly]
+
+ The current configured IPv4 address.
+
+ string Netmask [readonly]
+
+ The current configured IPv4 netmask.
+
+ string Gateway [readonly]
+
+ The current configured IPv4 gateway.
+
+ dict Ethernet [readonly]
+
+ string Method [readonly]
+
+ Possible values are "auto" and "manual".
+
+ string Address [readonly]
+
+ Ethernet device address (MAC address).
+
+ uint16 MTU [readonly]
+
+ The Ethernet MTU (default is 1500).
+
+ uint16 Speed [readonly]
+
+ Selected speed of the line.
+
+ This information might not always be
+ available.
+
+ string Duplex [readonly]
+
+ Selected duplex settings of the line.
+
+ Possible values are "half" and "full".
+
+ This information might not always be
+ available.