From c7aaa489d0509469fcbc712c49967c9e106f2773 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 21 Dec 2007 20:02:33 +0000 Subject: serial-api: CreatePort - added localhost port proxy --- serial/serial-api.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'serial') diff --git a/serial/serial-api.txt b/serial/serial-api.txt index 4730e6a5..7d194673 100644 --- a/serial/serial-api.txt +++ b/serial/serial-api.txt @@ -15,10 +15,11 @@ Methods string CreateProxy(string uuid, string address) Creates a serial port proxy object. Service identifier must be provided in the uuid 128 - format. Addresses can be TTY char devices or unix - socket address. Abstract namespace can be informed - replacing the null byte by 'x00'. eg: "/dev/ttyS0", - "/tmp/gps-data", "x00/org/bluez/echo". + format. Addresses can be either TTY char devices, + unix socket address or a local TCP port. Abstract + namespace can be informed replacing the null byte + by 'x00'. eg: "/dev/ttyS0", "/tmp/gps-data", + "x00/org/bluez/echo", "localhost:2947". Possible errors:org.bluez.Error.InvalidArguments org.bluez.Error.NotAvailable -- cgit