Mercury API
CmdIso180006bLockTag Method (timeout, address, filter)
NamespacesThingMagicSerialReaderCmdIso180006bLockTag(UInt16, Byte, TagFilter)
Lock a byte of memory on an ISO180006B tag
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdIso180006bLockTag(
	ushort timeout,
	byte address,
	TagFilter filter
)
<ObsoleteAttribute> _
Public Sub CmdIso180006bLockTag ( _
	timeout As UShort, _
	address As Byte, _
	filter As TagFilter _
)
[ObsoleteAttribute]
public:
void CmdIso180006bLockTag(
	unsigned short timeout, 
	unsigned char address, 
	TagFilter^ filter
)
Parameters
timeout (UInt16)
the duration in milliseconds to search for a tag to lock. Valid range is 0-65535
address (Byte)
Indicates the address of tag memory to be (un)locked.
filter (TagFilter)
a specification of the air protocol filtering to perform

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