diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-05-08 18:05:52 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-05-08 18:05:52 +0000 |
commit | 0416abb5d66e9f362f868ab44757728b445f9a0f (patch) | |
tree | 01f2cb4af4a5c5b9df1c8554cf3cbd8ec52d36e7 | |
parent | c80c810165dd8274681f4b22312b9c3c9654fcdb (diff) |
Make port hierarchy as experimental
-rw-r--r-- | serial/serial-api.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt index f3c39e22..75369da2 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -4,12 +4,13 @@ Bluetooth serial service API description Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org> -Manager hierarchy (experimental) +Manager hierarchy ================= + Interface org.bluez.serial.Manager Object path /org/bluez/serial -Methods string CreatePort(string address, string pattern) +Methods string CreatePort(string address, string pattern) [experimental] Creates a serial port object. @@ -18,13 +19,14 @@ Methods string CreatePort(string address, string pattern) org.bluez.serial.Error.ConnectionAttemptFailed org.bluez.serial.Error.Failed - void RemovePort(string path) + void RemovePort(string path) [experimental] + Removes the serial port object for given path. Possible errors:org.bluez.serial.Error.DoesNotExist org.bluez.serial.Error.Failed - array{string} ListPorts() + array{string} ListPorts() [experimental] Returns an array of available serial port paths. @@ -43,18 +45,16 @@ Methods string CreatePort(string address, string pattern) Disconnect a RFCOMM TTY device that has been created via the ConnectService method. -Signals - - void PortCreated(string path) +Signals void PortCreated(string path) [experimental] - void PortRemoved(string path) + void PortRemoved(string path) [experimental] void ServiceConnected(string device, string adddress, string pattern) void ServiceDisconnected(string device) Port hierarchy (experimental) -======================================= +============================= Interface org.bluez.serial.Port Object path /org/bluez/serial/port* |