Read data from the memory bank of a tag.
| C# | Visual Basic | Visual C++ |
public abstract byte[] ReadTagMemBytes( TagFilter target, int bank, int byteAddress, int byteCount )
Public MustOverride 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 ) abstract
the words read