
Machine Vision Camera SDK (C) Developer Guide
Return Value
Return MV_OK(0) for success, and return Error Code for failure.
Remarks
After the device is connected, you can call this API to set the GVCP command timeout.
MV_GIGE_GetRetryGvcpTimes
Get the number of GVCP retransmission commands.
API Definition
int MV_GIGE_GetRetryGvcpTimes(
void
*handle,
unsigned int *pRetryGvcpTimes
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pRetryGvcpTimes
[IN] Retransmission times pointer, the default value is 3.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
MV_GIGE_SetRetryGvcpTimes
Set the GVCP command retransmission times.
API Definition
int MV_GIGE_SetRetryGvcpTimes(
void
*handle,
unsigned int nRetryGvcpTimes
);
Parameters
handle
117



































































































































































































































































































































































































