Owner manual

Advanced Tag Operations [Deprecated]
Level 2 API 55
Advanced Tag Operations [Deprecated]
CAUTION!
!
!
The following individual tag operation methods are being deprecated in
favor of the new
TagOp Invocation class and its subclasses. All new develop-
ment should use these data structures instead of the older individual tag
operations.
The Level 2 API methods that operate on individual tags use the reader-level /reader/
tagop/antenna parameter to select the antenna on which the command is issued. The /
reader/tagop/protocol parameter selects the RFID Tag Protocol to use and can affect the
semantics of the command, as some commands are not supported by some protocols.
All of the following methods will use the timeout value specified in the
/reader/
commandTimeout.
Killing Tags
killTag()
void killTag(TagFilter target, TagAuthentication auth)
Locking Tags
lockTag()
void lockTag(TagFilter target, TagLockAction lock)
Tag Memory Access
readTagMemBytes()
byte[] readTagMemBytes(TagFilter filter, int bank, int address,
int length)