From be43b12c7093559b7436dbb7ba51d293e89b0cad Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Dec 2012 18:38:24 +0100 Subject: [PATCH] doc: Update OBEX transfer object with missing properties --- doc/obex-api.txt | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index 34ec4fa93..c59aa0bfc 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -103,22 +103,33 @@ Properties string Status [readonly] string Name [readonly] - Name of the transferred object. + Name of the transferred object. Either Name or Type + or both will be present. - uint64 Size [readonly] + string Type [readonly] - Size of the transferred object. If the size is - unknown, then this property will not be present. + Type of the transferred object. Either Name or Type + or both will be present. - string Filename [readonly, optional] + uint32 Time [readonly, optional] - Complete name of the file being received or sent. + Time of the transferred object if this is + provided by the remote party. + + uint64 Size [readonly, optional] + + Size of the transferred object. If the size is + unknown, then this property will not be present. uint64 Transferred [readonly, optional] Number of bytes transferred. For queued transfers, this value will not be present. + string Filename [readonly, optional] + + Complete name of the file being received or sent. + Object Push hierarchy ===================== -- 2.47.3