Machine Vision Camera SDK (C) Developer Guide
API Definition
int MV_CC_SetCommandValue(
void
*handle,
const char
*strKey
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
You can call this API to set specified Command node after connecting the device. All the node
values of "ICommand" in the list can be set via this API. strKey corresponds to the Name column.
4.2.14 MV_CC_ReadMemory
Read data from device register.
API Definition
int MV_CC_ReadMemory(
void
*handle,
void
*pBuffer,
__int64 nAddress,
__int64 nLength
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pBuffer
[OUT] Data buffer, saving memory value that is read (memory value is stored based on big
endian mode)
nAddress
38
    "