ReadMemory
|
![]() ![]() ![]() |
|
[in] unsigned int* addr
|
Starting address in the camera bootstrap address space.
|
|
[out] unsigned int* pAddr
|
Pointer to a buffer that receives the content of the memory.
|
|
[in] unsigned int size
|
Size of memory to read in bytes.
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_NOINTERFACE
|
Bootstrap address does not exist
|
|
CString str;
|
unsigned char buffer[1024];
|
m_pCamera->ReadMemory(0xA000,buffer,1024)
|