Read data from the memory bank of a tag.
| C# | Visual Basic | Visual C++ |
public override byte[] ReadTagMemBytes( TagFilter target, int bank, int byteAddress, int byteCount )
Public Overrides Function ReadTagMemBytes ( _ target As TagFilter, _ bank As Integer, _ byteAddress As Integer, _ byteCount As Integer _ ) As Byte()
public: virtual array<unsigned char>^ ReadTagMemBytes( TagFilter^ target, int bank, int byteAddress, int byteCount ) override
the bytes read