Advanced tag operations [deprecated, Killing tags, Killtag() – ThingMagic Mercury API v1.23.0 User Manual

Page 55: Locking tags, Locktag(), Tag memory access, Readtagmembytes(), Killtag() 55, Locktag() 55, Readtagmembytes() 55

Advertising
background image

Advanced Tag Operations [Deprecated]

Level 2 API

55

Advanced Tag Operations [Deprecated]

C A U T I O N !

!

!

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)

Advertising