User's Guide

Tarvos User Guide - Version 0.3 89
tag.db.get_and_purge()
Permission
admin
Min parameters
0
Max parameters
4
Get the tags in the database and display them in the cmd channel using
tag.reporting.taglist_fields then purges the tag database (all tags stored in
nonvolatile and volatile memory)
Param 1: 'tag_id' ==> (String) Tag ID to be displayed from the database
if it exists.
Param 2: 'audit_record' ==> (Integer) Audit record of tag to be displayed
from the database.
Param 3: 'acknowledged' ==> (Bool) Only get tags from the database that have
the acknolwedged
flag set 'true' or 'false'
Param 4: 'max' ==> (Integer) Maximum number of tags to retrieve from
the database.
Example:
tag.db.get_and_purge(max=1)
ok
tag.kill()
Permission
admin
Min parameters
2
Max parameters
3
Lock tag fields (first 3 parameters must be specified)
Param 1: 'tag_id' ==> (Hex Array) Identifier of tag being operated
upon (for ISOC, its the EPC)
(e.g. 0x294315325E9DCB8F0871F7B3)
Param 2: 'kill_pwd' ==> (Hex Array) 32 bit kill password (for ISOC) of
the tag (e.g. 0x12345678)
Param 3: 'antenna' ==> (Integer) Optional antenna port to work with
(e.g. '1', '2', ...)
Note: Only ISOC supported.
Example:
tag.kill(tag_id=0x294315325E9DCB8F0871F7B3, kill_pwd=0x12345678)
ok
tag.security.tag_type.pubkey.clear()
Permission
admin
Min parameters
0
Max parameters
0
Clear public key from reader.