Mercury API
LockTag Method (target, action)
NamespacesThingMagicReaderLockTag(TagFilter, TagLockAction)
Perform a lock or unlock operation on a tag. The first tag seen is operated on - the singulation parameter may be used to control this. Note that a tag without an access password set may not accept a lock operation or remain locked.
Declaration Syntax
C#Visual BasicVisual C++
public abstract void LockTag(
	TagFilter target,
	TagLockAction action
)
Public MustOverride Sub LockTag ( _
	target As TagFilter, _
	action As TagLockAction _
)
public:
virtual void LockTag(
	TagFilter^ target, 
	TagLockAction^ action
) abstract
Parameters
target (TagFilter)
the tag to lock, or null
action (TagLockAction)
the locking action to take

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)