public byte[] ReadAMem(uint bytesToRead) { int nReadCount = 0; return(pmr.ReadtoMem(baseAddress, bytesToRead, out nReadCount)); }