ReadTagMemWords Method
public abstract ushort[] ReadTagMemWords(ModuleTech.TagFilter target, ModuleTech.Gen2.MemBank bank, int wordAddress, int wordCount)
| Parameter | Description |
|---|---|
| target | Tag filter, set as null if it is not necessary. |
| bank | The bank to read. |
| wordAddress | The starting address, in blocks, in the bank. |
| wordCount | The number of blocks to read. |
ushort[] readdata = rdr.ReadTagMemWords(null, 2, MemBank.TID, 2);