Mercury API
Gen2..::.BlockWrite Constructor (bank, wordPtr, data)
NamespacesThingMagicGen2..::.BlockWriteGen2..::.BlockWrite(Gen2..::.Bank, UInt32, array<UInt16>[]()[])
Constructor to initialize the parameters of BlockWrite
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)