From 438c23eb400088fbdc830f7287af175559ce9a18 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Sep 2008 13:56:41 +0200 Subject: Add API definition for device nodes --- doc/node-api.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/node-api.txt (limited to 'doc/node-api.txt') diff --git a/doc/node-api.txt b/doc/node-api.txt new file mode 100644 index 00000000..7a33dab0 --- /dev/null +++ b/doc/node-api.txt @@ -0,0 +1,28 @@ +BlueZ D-Bus Node API description +******************************** + +Copyright (C) 2004-2008 Marcel Holtmann + + +Node hierarchy +============== + +Service org.bluez +Interface org.bluez.Node +Object path [variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX/{node0,...} + +Methods dict GetProperties() + + Returns all properties for the device node. See the + properties section for available properties. + + Possible Errors: org.bluez.Error.DoesNotExist + org.bluez.Error.InvalidArguments + +Properties string Name [readonly] + + The name of the node. For example "rfcomm0". + + object Device [readonly] + + The object path of the device this node belongs to. -- cgit