From 098b83ac08ad6c1a92a59f6cfbbf61de3ec8b643 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 18 May 2007 14:23:01 +0000 Subject: serial API: removed Connect/Disconnect and added GetInfo --- serial/serial-api.txt | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/serial/serial-api.txt b/serial/serial-api.txt index dc2a2eba..fef95d6a 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -76,16 +76,6 @@ Methods string GetAddress() [experimental] Returns the Bluetooth address of the ending point. - string Connect() [experimental] + string GetInfo() [experimental] - Connects to remote device associated to the port - object. - - Possible errors:org.bluez.serial.Error.ConnectionAttemptFailed - org.bluez.serial.Error.Failed - - void Disconnect() [experimental] - - Disconnects from remote device. - - Possible errors:org.bluez.serial.Error.Failed + Returns the port properties. -- cgit