From 07958fc3612225ceeffcbbcbae320a2bedcd774d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 10 May 2007 08:45:28 +0000 Subject: Update API descriptions --- network/network-api.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'network') diff --git a/network/network-api.txt b/network/network-api.txt index d939d8a1..f88679d6 100644 --- a/network/network-api.txt +++ b/network/network-api.txt @@ -12,7 +12,7 @@ Object path /org/bluez/network Methods string CreateServer(string uuid) - Creates a network server object(GN or NAP). + Creates a network server object (GN or NAP). Possible errors:org.bluez.network.Error.AlreadyExists org.bluez.network.Error.NotSupported @@ -74,6 +74,7 @@ Signals void ConnectionRemoved(string path) + Network Server hierarchy (experimental) ======================================= @@ -82,7 +83,8 @@ Object path /org/bluez/network/server* Methods string GetUUID() - Returns the uuid 128 string representation of the server. + Returns the UUID-128 string representation of + the server. void Enable() @@ -126,12 +128,11 @@ Methods string GetUUID() Returns the server properties. -Signals - - void Enabled() +Signals void Enabled() void Disabled() + Network Connection hierarchy (experimental) =========================================== @@ -167,7 +168,8 @@ Methods string GetAddress() string Connect() - Connects to host and return the network interface created. + Connects to host and return the network interface + created. Possible errors:org.bluez.network.Error.ConnectionAttemptFailed org.bluez.network.Error.Failed @@ -186,8 +188,6 @@ Methods string GetAddress() Returns the connection properties. -Signals - - void Connected() +Signals void Connected() void Disconnected() -- cgit