eRunStatus DebugRead(char** pData, uInt32 reqBytes, uInt32* actualBytes)
Reads the number of bytes reqBytes indicates. Returns the number of actual bytes read in actualBytes. actualBytes and reqBytes are equal when the read is complete. Allocate a buffer in pData to return the data. Return eFail if there is an error. Otherwise, return eFinished.