diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-31 09:07:53 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-31 09:07:53 +0100 |
commit | c9fb635620bd63ed64b9af6d61828cbc7592971c (patch) | |
tree | a0765ae02eb05f50b7ed509b1384c0967385a20d /doc | |
parent | e6de96640ddfad332fa033f98863644c83343c4a (diff) | |
download | connman-c9fb635620bd63ed64b9af6d61828cbc7592971c.tar.gz connman-c9fb635620bd63ed64b9af6d61828cbc7592971c.tar.bz2 connman-c9fb635620bd63ed64b9af6d61828cbc7592971c.zip |
Add Interface property for connections
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connection-api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/connection-api.txt b/doc/connection-api.txt index c39c6d29..a0c97da3 100644 --- a/doc/connection-api.txt +++ b/doc/connection-api.txt @@ -21,6 +21,13 @@ Properties string Type [readonly] The connection type (for example wifi etc.) + string Interface [readonly] + + The connection interface (for example "eth0" etc.) + + This value is for pure informational purposes. It + is not guaranteed that it is always present. + uint8 Strength [readonly] Indicates the signal strength of the connection. |