
Machine Vision Camera SDK (C) Developer Guide
Reserved.
5.1.2 MV_ACTION_CMD_RESULT
Structure about returned information of command
Structure Definition
struct{
unsigned char
int
unsigned int
}MV_ACTION_CMD_RESULT;
strDeviceAddress[12 + 3 + 1];
nStatus;
nReserved[4];
Members
strDeviceAddress
Device IP address
nStatus
Status code
nReserved
Reserved.
See Also
MV_ACTION_CMD_RESULT_LIST
5.1.3 MV_ACTION_CMD_RESULT_LIST
Structure about returned information list of command
Structure Definition
struct{
unsigned int
MV_ACTION_CMD_RESULT
}MV_ACTION_CMD_RESULT_LIST;
nNumResults;
*pResults;
Members
nNumResults
The number of returned results
pResults
Returned information of command, see the structure MV_ACTION_CMD_RESULT for details.
174



































































































































































































































































































































































































