Machine Vision Camera SDK (C) Developer Guide
4.6.2 GigE APIs
MV_GIGE_GetGvcpTimeout
Get the GVCP command timeout.
API Definition
int MV_GIGE_GetGvcpTimeout(
void
*handle,
unsigned int
*pMillisec
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pMillisec
[IN] Timeout pointer. The default value is 500. Unit: millisecond.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
MV_GIGE_SetGvcpTimeout
Set the GVCP command timeout.
API Definition
int MV_GIGE_SetGvcpTimeout(
void
*handle,
unsigned int nMillisec
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
nMillisec
[IN] Heartbeat time, which defaults to 300, range: [10,10000], unit: ms.
116
    "