
Machine Vision Camera SDK (C) Developer Guide
API Definition
int MV_GIGE_SetResendMaxRetryTimes(
void
*handle,
unsigned int
nRetryTimes
);
Parameters
handle
[IN] Device handle
nRetryTimes
[IN] The maximum times one packet can be resent, which is 20 by default, and the minimum
value is 0.
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_GetResendTimeInterval
Get the packet resending interval.
API Definition
int MV_GIGE_GetResendTimeInterval(
void
*handle,
unsigned int
*pnMillilsec
);
Parameters
handle
[IN] Device handle
pnMillilsec
[IN][OUT] Packet resending interval, unit: millisecond
Return Value
Return MV_OK for success, and return Error Code for failure.
68



































































































































































































































































































































































































