From fa1d7b70dfa10b7af44909573e9c59f9c538850b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 16 Jul 2009 12:02:28 +0200 Subject: [PATCH] Add documentation for the ConnectService method call --- doc/manager-api.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/manager-api.txt b/doc/manager-api.txt index bd42f9c..f6f2f9f 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -53,6 +53,25 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + object ConnectService(dict network) + + Connect to a network specified by the given + properties. + + For connecting to a hidden WiFi network for example + it is required that Type = "wifi" and the SSID + properties are provided. + + When successful this method will return object + path of the service object. + + This method can also be used to connect to an + already existing service. It works exactly the + same as executing the Connect method from the + service interface. + + Possible Errors: [service].Error.InvalidArguments + void RegisterAgent(object path) Register new agent for handling user requests. -- 2.7.4