diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-04-08 10:29:57 +0200 |
---|---|---|
committer | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-04-08 16:53:25 +0200 |
commit | 863763e7b21c6ca0af30e2d23a029b496f0eda72 (patch) | |
tree | 534f30ee9e40f53511284963a3e54f150d14921a /doc | |
parent | e9d1f89e2407fcea392095a53d5803e8961ce390 (diff) | |
download | connman-863763e7b21c6ca0af30e2d23a029b496f0eda72.tar.gz connman-863763e7b21c6ca0af30e2d23a029b496f0eda72.tar.bz2 connman-863763e7b21c6ca0af30e2d23a029b496f0eda72.zip |
session: Update connect/disconnect documation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/session-api.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/session-api.txt b/doc/session-api.txt index 9305e34f..05380e5e 100644 --- a/doc/session-api.txt +++ b/doc/session-api.txt @@ -51,9 +51,9 @@ Methods void Destroy() Depending on the bearer settings the current service is used or a new service will be connected. - This method returns when the connection has been - established and it is online. Additionally an update - notification with the IP settings is sent. + This method returns immediately after it has been + called. The application is informed through the update + notification about the state of the session. It is also not guaranteed that a session stays online after this method call. It can be taken offline at any @@ -68,9 +68,9 @@ Methods void Destroy() This method indicates that the current session does not need a connection anymore. - In most cases this method returns right away without - any delays. However in some cases it might take a few - seconds before a connection can be terminated. + This method returns immediately. The application is + informed through the update notification about the + state of the session. void Change(string name, variant value) |