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