Constructor to initialize the parameters of BlockWrite
| C# | Visual Basic | Visual C++ |
public BlockWrite( Gen2..::.Bank bank, uint wordPtr, ushort[] data )
Public Sub New ( _ bank As Gen2..::.Bank, _ wordPtr As UInteger, _ data As UShort() _ )
public: BlockWrite( Gen2..::.Bank bank, unsigned int wordPtr, array<unsigned short>^ data )
- bank (Gen2..::.Bank)
- Gen2 memory bank to write to
- wordPtr (UInt32)
- the word address to start writing to
- data (array< UInt16 >[]()[])
- the data to write