Constructor to initialize the parameters of ReadData
| C# | Visual Basic | Visual C++ |
public ReadData( Gen2..::.Bank bank, uint wordAddress, byte length )
Public Sub New ( _ bank As Gen2..::.Bank, _ wordAddress As UInteger, _ length As Byte _ )
public: ReadData( Gen2..::.Bank bank, unsigned int wordAddress, unsigned char length )
- bank (Gen2..::.Bank)
- The memory bank to read
- wordAddress (UInt32)
- Read starting address
- length (Byte)
- The length of data to read