diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-15 02:57:43 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-15 02:57:43 +0100 |
commit | 5ba07041179215daa35b2ea208ef5969ad8cf25f (patch) | |
tree | a8520f08846c73b39e83655e74feae5a37519040 /doc | |
parent | 5f9427b70d3e710e02179f11d39e9407be049632 (diff) | |
download | connman-5ba07041179215daa35b2ea208ef5969ad8cf25f.tar.gz connman-5ba07041179215daa35b2ea208ef5969ad8cf25f.tar.bz2 connman-5ba07041179215daa35b2ea208ef5969ad8cf25f.zip |
Add signal strength to connection objects
Diffstat (limited to 'doc')
-rw-r--r-- | doc/connection-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/connection-api.txt b/doc/connection-api.txt index e2cf4746..7356b348 100644 --- a/doc/connection-api.txt +++ b/doc/connection-api.txt @@ -21,6 +21,12 @@ Properties string Type [readonly] The connection type (for example wifi etc.) + uint8 Strength [readonly] + + Indicates the signal strength of the connection. + + This property is optional and not always present. + string IPv4.Method [readonly] Indicates the way how the IPv4 settings were |