Mercury API
CmdGen2WriteTagData Method (timeout, memBank, address, data, accessPassword, filter)
NamespacesThingMagicSerialReaderCmdGen2WriteTagData(UInt16, Gen2..::.Bank, UInt32, array<Byte>[]()[], UInt32, TagFilter)
Write data to a Gen2 tag.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdGen2WriteTagData(
	ushort timeout,
	Gen2..::.Bank memBank,
	uint address,
	byte[] data,
	uint accessPassword,
	TagFilter filter
)
<ObsoleteAttribute> _
Public Sub CmdGen2WriteTagData ( _
	timeout As UShort, _
	memBank As Gen2..::.Bank, _
	address As UInteger, _
	data As Byte(), _
	accessPassword As UInteger, _
	filter As TagFilter _
)
[ObsoleteAttribute]
public:
void CmdGen2WriteTagData(
	unsigned short timeout, 
	Gen2..::.Bank memBank, 
	unsigned int address, 
	array<unsigned char>^ data, 
	unsigned int accessPassword, 
	TagFilter^ filter
)
Parameters
timeout (UInt16)
the duration in milliseconds to search for a tag to write to. Valid range is 0-65535
memBank (Gen2..::.Bank)
the Gen2 memory bank to write to
address (UInt32)
the word address to start writing at
data (array< Byte >[]()[])
the data to write - must be an even number of bytes
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)