summaryrefslogtreecommitdiff
path: root/doc/network-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-10-02 19:45:27 -0300
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-10-02 19:45:27 -0300
commitfc0c9d075db171849357a53a87de656c580c1876 (patch)
treefc1e4af9b32e8de21d2e2e724126e1882f16af5e /doc/network-api.txt
parentacf2a8a0b31a273a49121c8380cc5ac65d8f4dfb (diff)
downloadbluez-fc0c9d075db171849357a53a87de656c580c1876.tar.gz
Update documentation.
Diffstat (limited to 'doc/network-api.txt')
-rw-r--r--doc/network-api.txt28
1 files changed, 25 insertions, 3 deletions
diff --git a/doc/network-api.txt b/doc/network-api.txt
index 72958dffc..88b1be1ac 100644
--- a/doc/network-api.txt
+++ b/doc/network-api.txt
@@ -29,13 +29,35 @@ Methods string Connect(string uuid)
Possible errors: org.bluez.Error.Failed
- bool IsConnected()
+ bool IsConnected() {deprecated}
Returns the connection status.
-Signals void Connected(string device, string uuid)
+ dict GetProperties()
- void Disconnected(string device)
+ Returns all properties for the interface. See the
+ properties section for available properties.
+
+Signals void Connected(string device, string uuid) {deprecated}
+
+ void Disconnected(string device) {deprecated}
+
+ PropertyChanged(string name, variant value)
+
+ This signal indicates a changed value of the given
+ property.
+
+Properties boolean Connected [readonly]
+
+ Indicates if the device is connected.
+
+ string Device [readonly]
+
+ Indicates the network interface name when available.
+
+ string UUID [readonly]
+
+ Indicates the connection role when available.
Network Hub/Peer/Router hierarchy