diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-25 07:49:14 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-25 07:49:14 +0100 |
commit | f87a0929056d12adfd1e29e77e52b24eb8c5bb26 (patch) | |
tree | 45fdd910d1d9d623a62e942adf0dcd6367bedd10 /doc | |
parent | 59902b6c3b4a66796f18aeda6a6b6556d824a6b0 (diff) | |
download | connman-f87a0929056d12adfd1e29e77e52b24eb8c5bb26.tar.gz connman-f87a0929056d12adfd1e29e77e52b24eb8c5bb26.tar.bz2 connman-f87a0929056d12adfd1e29e77e52b24eb8c5bb26.zip |
Add support for technology states
Diffstat (limited to 'doc')
-rw-r--r-- | doc/technology-api.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/technology-api.txt b/doc/technology-api.txt index 9b10c583..6e65a19f 100644 --- a/doc/technology-api.txt +++ b/doc/technology-api.txt @@ -17,7 +17,14 @@ Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given property. -Properties string Name [readonly] +Properties string State [readonly] + + The technology state information. + + Valid states are "offline", "available", "enabled" + and "connected". + + string Name [readonly] Name of this technology. |