diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-10 02:36:34 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-01-10 02:36:34 +0100 |
commit | d3a2ba795b3c73199a643eb88b1d98e3b0dafed7 (patch) | |
tree | 58b688c35b92e40afe98c588513c3279220a2042 /doc | |
parent | 4825219881946d6f37e78e0b7ecf6d74f3ac9c5d (diff) | |
download | connman-d3a2ba795b3c73199a643eb88b1d98e3b0dafed7.tar.gz connman-d3a2ba795b3c73199a643eb88b1d98e3b0dafed7.tar.bz2 connman-d3a2ba795b3c73199a643eb88b1d98e3b0dafed7.zip |
Add Device and Network property to connection interface
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connection-api.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/connection-api.txt b/doc/connection-api.txt index a0c97da3..8e2e8bca 100644 --- a/doc/connection-api.txt +++ b/doc/connection-api.txt @@ -39,6 +39,18 @@ Properties string Type [readonly] Indicates if it is a default connection. It is possible to have multiple default connections. + object Device [readonly] + + The object path of the device this connection has + been established with. + + object Network [readonly] + + The object path of the network this connection + belongs to. + + This property is optional and not always present. + string IPv4.Method [readonly] Indicates the way how the IPv4 settings were |