From 8ef0eaf14bb8f29eaf0585cc94c313fb73b28dc8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 16 Jul 2009 19:43:22 +0200 Subject: Add skeleton for EnableTechnology/DisableTechnology methods --- doc/manager-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/manager-api.txt') diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 08c59b8e..a68cb481 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -53,6 +53,18 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + void EnableTechnology(string type) + + Enable specified type of technologies. + + Possible Errors: [service].Error.InvalidArguments + + void DisableTechnology(string type) + + Disable specified type of technologies. + + Possible Errors: [service].Error.InvalidArguments + object ConnectService(dict network) Connect to a network specified by the given -- cgit v1.2.3