summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2008-11-11 18:42:54 -0300
committerVinicius Costa Gomes <vinicius.gomes@openbossa.org>2008-11-12 11:52:14 -0300
commitff7a6e06d2e6ab9c0cb274ac7e89b4ef5eb75acd (patch)
treebb26432b4f825e465d5efde8dccedf4313231094 /doc
parente6706f176a973c47e8e1339ce2c3fb706a7010ba (diff)
downloadobexd-ff7a6e06d2e6ab9c0cb274ac7e89b4ef5eb75acd.tar.gz
Separate Session and Transfer properties
Diffstat (limited to 'doc')
-rw-r--r--doc/client-api.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 102cb2c..9f2c461 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -60,6 +60,14 @@ Methods dict GetProperties()
Release a previously assigned OBEX agent.
+Properties string Source [read-only]
+
+ string Destination [read-only]
+
+ string AgentPath [read-only]
+
+ Object Path of the assigned agent. This property will
+ not be present if there is no assigned agent.
File Transfer hierarchy
=======================
@@ -147,6 +155,10 @@ Properties string Name [read-only]
Size of the transferred object. If the size is
unknown, then this property will not be present.
+ string Filename [read-only]
+
+ Complete name of the file being received or sent.
+
Agent hierarchy
===============