
Machine Vision Camera SDK (C) Developer Guide
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
nMillilsec
[IN] Timeout period, which is 300 by default, and the minimum value is 10, unit: millisecond
Return Value
Return MV_OK for success, and return Error Code for failure.
MV_GIGE_GetResendMaxRetryTimes
Get the maximum times one packet can be resent.
API Definition
int MV_GIGE_GetResendMaxRetryTimes(
void
*handle,
unsigned int
*pnRetryTimes
);
Parameters
handle
[IN] Device handle
pnRetryTimes
[OUT] The maximum times one packet can be resent.
Return Value
Return MV_OK for success, and return Error Code for failure.
Remarks
You should call this API after enabling the function of resending packets by calling
MV_GIGE_SetResend .
MV_GIGE_SetResendMaxRetryTimes
Set the maximum times one packet can be resent.
67



































































































































































































































































































































































































