diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-08 13:57:23 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-05-08 13:57:23 +0000 |
commit | 734d59c4b7d40106069f621747ccf63934b048ff (patch) | |
tree | 85013c8cc70f492e025cc7dad0ca65378f41733b /network/network-api.txt | |
parent | 4cf3d33cf13dcb613bb50026a1908d18ee7b7f16 (diff) |
Update API documentation
Diffstat (limited to 'network/network-api.txt')
-rw-r--r-- | network/network-api.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/network/network-api.txt b/network/network-api.txt index c50eb8d5..efbe6ca5 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -30,6 +30,13 @@ Methods string CreateServer(string uuid) Returns an array of available network devices paths. Currently only NAP and GN are supported. + string FindServer(string pattern) + + Returns server path. + + Possible errors:org.bluez.network.Error.DoesNotExist + org.bluez.network.Error.Failed + string CreateConnection(string address, string uuid) Creates a network connection object(NAP or GN). @@ -52,7 +59,7 @@ Methods string CreateServer(string uuid) string FindConnection(string pattern) - Returns an array of available network connections paths. + Returns connection path. Possible errors:org.bluez.network.Error.DoesNotExist org.bluez.network.Error.Failed |