summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto Von Dentz <luiz.dentz-von@nokia.com>2010-04-20 15:33:59 +0300
committerLuiz Augusto Von Dentz <luiz.dentz-von@nokia.com>2010-04-20 15:33:59 +0300
commit3b99dcfa73ba9ec656a1270b8ae1638734cafc8c (patch)
treedd5d4e7efdbf3516897ce0be70a76185d388b061 /doc
parentef4fc46f7b932a8c404819349562d91f8ae29bce (diff)
downloadobexd-3b99dcfa73ba9ec656a1270b8ae1638734cafc8c.tar.gz
Move transfer implementation to its own file
Diffstat (limited to 'doc')
-rw-r--r--doc/client-api.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/client-api.txt b/doc/client-api.txt
index 8fe84d2..4104adb 100644
--- a/doc/client-api.txt
+++ b/doc/client-api.txt
@@ -33,6 +33,10 @@ Methods void SendFiles(dict device, array{string} files, object agent)
Create a new OBEX session. The device is configured
via properties like in SendFiles.
+ void RemoveSession(object session)
+
+ Unregister session and abort pending transfers.
+
string GetCapabilities(dict device)
Get remote device capabilities.
@@ -66,20 +70,12 @@ Methods dict GetProperties()
Release a previously assigned OBEX agent.
- void Close()
-
- Unregister this session and abort pending transfers.
-
Properties string Source [read-only]
string Destination [read-only]
byte Channel [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
=======================