aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>2016-03-29 11:45:47 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2016-03-29 23:40:30 +0200
commit421fd97857dee92e258aeea233d3cc6210a21d49 (patch)
tree8b4a16c0c1535fc2c39a45308434946af0482518
parent27464af5298683996dbc48ddb8ad244f228b1b2f (diff)
downloadneard-421fd97857dee92e258aeea233d3cc6210a21d49.tar.gz
doc: Describe writing of the multiple records
-rw-r--r--doc/tag-api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tag-api.txt b/doc/tag-api.txt
index 2b3a2ef..b388b22 100644
--- a/doc/tag-api.txt
+++ b/doc/tag-api.txt
@@ -14,6 +14,13 @@ Method void Write(dict attributes)
For example, one would add a type, a Language, an
Encoding and a Representation for a text record.
+ Multiple records can be written with the dictionary
+ entry "Records" and an array of multiple records
+ ("aa{sv}") in its value part.
+
+ Currently SmartPoster and Handover messages are
+ supported only in the single record mode of this method.
+
Possible Errors: org.neard.Error.PermissionDenied
org.neard.Error.InvalidArguments
org.neard.Error.InProgress