Mercury API
CmdWriteTagEpc Method (timeout, EPC, Lock, accessPassword, filter)
NamespacesThingMagicSerialReaderCmdWriteTagEpc(UInt16, array<Byte>[]()[], Boolean, UInt32, TagFilter)
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,
	uint accessPassword,
	TagFilter filter
)
<ObsoleteAttribute> _
Public Sub CmdWriteTagEpc ( _
	timeout As UShort, _
	EPC As Byte(), _
	Lock As Boolean, _
	accessPassword As UInteger, _
	filter As TagFilter _
)
[ObsoleteAttribute]
public:
void CmdWriteTagEpc(
	unsigned short timeout, 
	array<unsigned char>^ EPC, 
	bool Lock, 
	unsigned int accessPassword, 
	TagFilter^ filter
)
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)
accessPassword (UInt32)
the password to use when writing the tag
filter (TagFilter)
a specification of the air protocol filtering to perform to find the tag

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