diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-19 20:24:35 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-19 20:24:35 +0200 |
commit | 26c2a395c34797223010ed6e2c00d6ebcf78241a (patch) | |
tree | 3dde984fdb2551fb88c6346ee672149b979c9384 /doc | |
parent | 1a034a2281665b7fad6442a9136a43fc2be87db4 (diff) | |
download | connman-26c2a395c34797223010ed6e2c00d6ebcf78241a.tar.gz connman-26c2a395c34797223010ed6e2c00d6ebcf78241a.tar.bz2 connman-26c2a395c34797223010ed6e2c00d6ebcf78241a.zip |
Add simple GetState method for really simple applications
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 509817b7..79761ce3 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -22,6 +22,13 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments [service].Error.InvalidProperty + string GetState() + + Return global connection state of a system. The + same value is return via the State property. + + Possible Errors: [service].Error.InvalidArguments + object AddProfile(string name) Add a new profile with the specified name. |