Return-Path: From: Mikel Astiz To: CC: Mikel Astiz Subject: [RFC obexd v3 16/20] client-doc: Synchronization sessions return transfers Date: Tue, 13 Dec 2011 17:44:19 +0100 Message-ID: <1323794663-2711-17-git-send-email-mikel.astiz@bmw-carit.de> In-Reply-To: <1323794663-2711-1-git-send-email-mikel.astiz@bmw-carit.de> References: <1323794663-2711-1-git-send-email-mikel.astiz@bmw-carit.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- doc/client-api.txt | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/client-api.txt b/doc/client-api.txt index 2e8c37a..92e4e42 100644 --- a/doc/client-api.txt +++ b/doc/client-api.txt @@ -289,14 +289,25 @@ Methods void SetLocation(string location) "SIM2" ...... - string GetPhonebook() + object GetPhonebook(string targetfile) Retrieve an entire Phonebook Object store from remote - device + device, and stores it in a local file. - void PutPhonebook(string obj) + If an empty target file is given, a name will be + automatically calculated for the temporary file. + + The returned path represents the newly created transfer, + which should be used to find out if the content has been + successfully transferred or if the operation fails. - Send an entire Phonebook Object store to remote device + object PutPhonebook(string obj) + + Send an entire Phonebook Object store to remote device. + + The returned path represents the newly created transfer, + which should be used to find out if the content has been + successfully transferred or if the operation fails. Message Access hierarchy ========================= -- 1.7.6.4