Mercury API
WriteTagMemWords Method (target, bank, address, data)
NamespacesThingMagicSerialReaderWriteTagMemWords(TagFilter, Int32, Int32, ICollection<(Of <(UInt16>)>))
Write data to the memory bank of a tag.
Declaration Syntax
C#Visual BasicVisual C++
public override void WriteTagMemWords(
	TagFilter target,
	int bank,
	int address,
	ICollection<ushort> data
)
Public Overrides Sub WriteTagMemWords ( _
	target As TagFilter, _
	bank As Integer, _
	address As Integer, _
	data As ICollection(Of UShort) _
)
public:
virtual void WriteTagMemWords(
	TagFilter^ target, 
	int bank, 
	int address, 
	ICollection<unsigned short>^ data
) override
Parameters
target (TagFilter)
the tag to write to, or null
bank (Int32)
the tag memory bank to write to
address (Int32)
the word address to start writing to
data (ICollection<(Of <(UInt16>)>))
the words to write

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