diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-12-21 20:02:33 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-12-21 20:02:33 +0000 |
commit | c7aaa489d0509469fcbc712c49967c9e106f2773 (patch) | |
tree | 9760f5a4dbed5681be3228c1548e69fe04354bc4 /serial | |
parent | 71e99ae5555d601df8b90c92e990d9d46e848a96 (diff) |
serial-api: CreatePort - added localhost port proxy
Diffstat (limited to 'serial')
-rw-r--r-- | serial/serial-api.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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 |