
Machine Vision Camera SDK (C) Developer Guide
Remarks
You should call this API after enabling the function of resending packets by calling
MV_GIGE_SetResend .
MV_GIGE_SetResendTimeInterval
Set the packet resending interval.
API Definition
int MV_GIGE_SetResendTimeInterval(
void
*handle,
unsigned int
nMillilsec
);
Parameters
handle
[IN] Device handle
nMillilsec
[IN] Packet resending interval, which is 10 by default, unit: millisecond
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_GetMulticastStatus
Get the device multicast status.
API Definition
int MV_GIGE_GetMulticastStatus(
unsigned int MV_CC_DEVICE_INFO
unsigned bool
);
Parameters
pstDevInfo
pstDevInfo
pStatus
69



































































































































































































































































































































































































