diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-21 19:26:44 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-01-21 19:26:44 +0100 |
commit | 2c171d0621ec983c641525d33b6b6c8766e79cb8 (patch) | |
tree | 2218a1a7dde5df05ba0e62a79e28cad6ce498b7e /doc | |
parent | 7054e93685c8c18838cc78500566ba4277a5cb26 (diff) | |
download | connman-2c171d0621ec983c641525d33b6b6c8766e79cb8.tar.gz connman-2c171d0621ec983c641525d33b6b6c8766e79cb8.tar.bz2 connman-2c171d0621ec983c641525d33b6b6c8766e79cb8.zip |
Introduce global "connecting" state
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 5ff5f6a8..1f50d944 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -45,6 +45,10 @@ Properties string State [readonly] values are "online" if at least one connection exists and "offline" if no device is connected. + In certain situations the state might change to + the value "connected". This can only be seen if + previously no connection was present. + string Policy [readwrite] The global connection policy of a system. This |