diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-05 15:53:33 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-05 15:53:33 -0800 |
commit | ded3e33a21945a95394dd092bfd34f145b8c6138 (patch) | |
tree | 864dc846fb6297e22bd05c6730d239e8a9fcce05 /doc/manager-api.txt | |
parent | d4a67c5eafbd2ba90f146bb5c3942d9d6d130371 (diff) | |
download | connman-ded3e33a21945a95394dd092bfd34f145b8c6138.tar.gz connman-ded3e33a21945a95394dd092bfd34f145b8c6138.tar.bz2 connman-ded3e33a21945a95394dd092bfd34f145b8c6138.zip |
Allow counters with zero interval
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r-- | doc/manager-api.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 35477dc3..1ba0480c 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -109,6 +109,11 @@ Methods dict GetProperties() Register a new counter for user notifications. + If the interval is zero then no timer for updates + will be started. Only kernel events can then + trigger updates. Otherwise the kernel will be + polled every n seconds for an update. + Possible Errors: [service].Error.InvalidArguments void UnregisterCounter(object path) |