Mercury API
CmdWriteTagEpc Method (timeout, EPC, Lock)
NamespacesThingMagicSerialReaderCmdWriteTagEpc(UInt16, array<Byte>[]()[], Boolean)
Write the EPC of a tag and update the PC bits. Behavior is unspecified if more than one tag can be found.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdWriteTagEpc(
	ushort timeout,
	byte[] EPC,
	bool Lock
)
<ObsoleteAttribute> _
Public Sub CmdWriteTagEpc ( _
	timeout As UShort, _
	EPC As Byte(), _
	Lock As Boolean _
)
[ObsoleteAttribute]
public:
void CmdWriteTagEpc(
	unsigned short timeout, 
	array<unsigned char>^ EPC, 
	bool Lock
)
Parameters
timeout (UInt16)
the duration in milliseconds to search for a tag to write. Valid range is 0-65535
EPC (array< Byte >[]()[])
the EPC to write to the tag
Lock (Boolean)
whether to lock the tag (does not apply to all protocols)

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