diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-18 14:23:01 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-18 14:23:01 +0000 |
commit | 098b83ac08ad6c1a92a59f6cfbbf61de3ec8b643 (patch) | |
tree | b7660244738c33c33527c2d9f7171810f8a78631 /serial | |
parent | b418fa69a7733bb5dcd108ee1582908532f2f8a3 (diff) |
serial API: removed Connect/Disconnect and added GetInfo
Diffstat (limited to 'serial')
-rw-r--r-- | serial/serial-api.txt | 14 |
1 files 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. |