diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-16 11:49:38 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-16 11:49:38 +0200 |
commit | eb95dabb34e70d91d2e0197b7670c366075191e0 (patch) | |
tree | 429f8021fa7942c7f720586794ce64e817dd4b68 /doc | |
parent | 0288f219724f9f615975fc1d2d2ce34287bf47f7 (diff) | |
download | connman-eb95dabb34e70d91d2e0197b7670c366075191e0.tar.gz connman-eb95dabb34e70d91d2e0197b7670c366075191e0.tar.bz2 connman-eb95dabb34e70d91d2e0197b7670c366075191e0.zip |
Add global method call to request scanning
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index e864a83a..bd42f9cc 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -45,6 +45,14 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void RequestScan(string type) + + Request to trigger a scan for the specified + technology. The empty string "" triggers scanning + on all technologies. + + Possible Errors: [service].Error.InvalidArguments + void RegisterAgent(object path) Register new agent for handling user requests. |