Constructor to initialize the parameters of MarginRead
| C# | Visual Basic | Visual C++ |
public MarginRead( Gen2..::.Bank bank, uint bitAddress, byte maskBitLength, byte[] mask )
Public Sub New ( _ bank As Gen2..::.Bank, _ bitAddress As UInteger, _ maskBitLength As Byte, _ mask As Byte() _ )
public: MarginRead( Gen2..::.Bank bank, unsigned int bitAddress, unsigned char maskBitLength, array<unsigned char>^ mask )
- bank (Gen2..::.Bank)
- the gen2 memory bank to read from
- bitAddress (UInt32)
- the bit address to start reading from
- maskBitLength (Byte)
- the number of mask bits
- mask (array< Byte >[]()[])
- the mask data