Mercury API
WriteTagMemBytes Method (target, bank, address, data)
NamespacesThingMagicReaderWriteTagMemBytes(TagFilter, Int32, Int32, ICollection<(Of <(Byte>)>))
Write data to the memory bank of a tag.
Declaration Syntax
C#Visual BasicVisual C++
public abstract void WriteTagMemBytes(
	TagFilter target,
	int bank,
	int address,
	ICollection<byte> data
)
Public MustOverride Sub WriteTagMemBytes ( _
	target As TagFilter, _
	bank As Integer, _
	address As Integer, _
	data As ICollection(Of Byte) _
)
public:
virtual void WriteTagMemBytes(
	TagFilter^ target, 
	int bank, 
	int address, 
	ICollection<unsigned char>^ data
) abstract
Parameters
target (TagFilter)
the tag to write to, or null
bank (Int32)
the tag memory bank to write to
address (Int32)
the byte address to start writing to
data (ICollection<(Of <(Byte>)>))
the bytes to write

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