Machine Vision Camera SDK (C) Developer Guide
Macro Definition
MV_NET_TRANS_DRIVER
MV_NET_TRANS_SOCKET
Value
0x00000001
0x00000002
Description
Driver mode
Socket mode
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
The internal priority network mode is driver mode by default, and supported only by GigEVision
camera.
MV_GIGE_SetResend
Set parameters of resending packets.
API Definition
int MV_GIGE_SetResend(
void
*handle,
unsigned int bEnable,
unsigned int nMaxResendPercent,
unsigned int nResendTimeout
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
bEnable
[IN] Enable resending packet or not: 0-Disable, 1-Enable
nMaxResendPercent
[IN] Maximum packet resending percentage, range: [0,100]
nResendTimeout
[IN] Packet resending timeout, unit: ms
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
73
    "