From 88bebe2a27bfcc790b5ca2d6bf8a395c0efbb4ad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 9 Dec 2008 18:08:37 +0100 Subject: [PATCH 1/1] Document CreateNetwork and RemoveNetwork methods --- doc/device-api.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index d50a6c5..ad462a6 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -23,6 +23,22 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments [service].Error.DoesNotExist + object CreateNetwork(dict network) + + Creates a network object from the specified + properties. Valid properties are WiFi.SSID, + WiFi.Security and WiFi.Passphrase. Check the + network interface description for details. + + Possible Errors: [service].Error.InvalidArguments + + void RemoveNetwork(object network) + + Removes a previously created network object. + + Possible Errors: [service].Error.InvalidArguments + [service].Error.DoesNotExist + Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given -- 1.7.9.5