User's Guide
Tarvos User Guide - Version 0.3 103
tag.reporting.taglist_fields
Read Permission
admin
Write Permission
admin
Default
tag_id
Priority
5
(Enum Array) Tag fields reported in 'tag.db.get()' cmd response
Possible values: 'tag_id', 'tid', 'user_data', 'type',
'time', 'antenna', 'repeat'
'tid_authentic', 'pw_authentic', 'acknowledged',
'audit_record', 'tag_type_index'
'tag_id': Always required to have this field. Its the
tag_id in the response.
'tid': Add the TID of the tag to the tag response.
'user_data': Add the User Data of the tag to the tag response.
'type': Add the type of protocol of the tag read to
the tag response (.e.g. ISOC, ISOB,...)
'time': Add the microsecond accurate timestamp of the
time the tag was read first and last to the tag
response
'antenna': Add the antenna port to the tag response
'repeat': Add the number of times the tag has been read
since the arrival event to the tag report.
'tid_authentic': If tag security being used, TID authenticity
'pw_authentic': If tag security being used, password authenticity
'acknowledged': Tag has been acknowledged by
tag.db.set_acknowledged
'audit_record': Placeholder for now.
'tag_type_index': Tag security matching index.
'dup_ack0': Duplicate ack0 (see
tag.db.require_duplicate_acks)
'dup_ack1': Duplicate ack1 (see
tag.db.require_duplicate_acks)
Example:
tag.reporting.taglist_fields=tag_id type antenna tid
ok
tag.db.require_duplicate_acks
Read Permission
admin
Write Permission
admin
Default
false
Priority
5
Defaults to false.
If set to true, both "dup_ack0" and "dup_ack1" will need to be
true in order for "acknowledged" to be true.
If set to false, only "dup_ack0" will need to be
true in order for "acknowledged" to be true.