Write data to the memory bank of a tag.
| C# | Visual Basic | Visual C++ |
public override void WriteTagMemBytes( TagFilter target, int bank, int address, ICollection<byte> data )
Public Overrides 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 ) override
- 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