Mercury API
CmdGen2LockTag Method (timeout, mask, action, accessPassword, filter)
NamespacesThingMagicSerialReaderCmdGen2LockTag(UInt16, UInt16, UInt16, UInt32, TagFilter)
Lock a Gen2 tag
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdGen2LockTag(
	ushort timeout,
	ushort mask,
	ushort action,
	uint accessPassword,
	TagFilter filter
)
<ObsoleteAttribute> _
Public Sub CmdGen2LockTag ( _
	timeout As UShort, _
	mask As UShort, _
	action As UShort, _
	accessPassword As UInteger, _
	filter As TagFilter _
)
[ObsoleteAttribute]
public:
void CmdGen2LockTag(
	unsigned short timeout, 
	unsigned short mask, 
	unsigned short action, 
	unsigned int accessPassword, 
	TagFilter^ filter
)
Parameters
timeout (UInt16)
the duration in milliseconds to search for a tag to lock. Valid range is 0-65535
mask (UInt16)
the Gen2 lock mask
action (UInt16)
the Gen2 lock action
accessPassword (UInt32)
the password to use when locking the tag
filter (TagFilter)
a specification of the air protocol filtering to perform

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