diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2011-03-31 10:02:26 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-03-31 12:28:51 +0200 |
commit | 70534def72a9e59f0df63c7c02ba34c883c88fe1 (patch) | |
tree | 950989499a6853bb805ca2c4feca217abf58e82c /doc | |
parent | 6ca38bb364a54d052178cb1f0361145d1b6952e6 (diff) | |
download | connman-70534def72a9e59f0df63c7c02ba34c883c88fe1.tar.gz connman-70534def72a9e59f0df63c7c02ba34c883c88fe1.tar.bz2 connman-70534def72a9e59f0df63c7c02ba34c883c88fe1.zip |
manager: Add session mode
This also disables the auto connect feature.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index c92c2957..f07e185e 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -277,3 +277,10 @@ Properties string State [readonly] itself. It is just provided here for convenience of applications only dealing with the current active profile. + + boolean SessionMode [readwrite] + + This disables the auto connect feature. It should be + enabled when the Session API is used. + + The default value is false. |