
Machine Vision Camera SDK (C) Developer Guide
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
nType
[IN] IP configuration mode, see the details below:
Macro Definition
MV_IP_CFG_STATIC
MV_IP_CFG_DHCP
MV_IP_CFG_LLA
Value
0x05000000
0x06000000
0x04000000
Description
Static mode
DHCP mode
LLA (Link-local address)
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
● This API is valid only when the IP address is reachable, and after calling this API, the camera will
reboot.
● Send command to set the MVC IP configuration mode, such as DHCP, LLA, and so on. This API is
only supported by GigEVision camera.
MV_GIGE_SetNetTransMode
Set SDK internal priority network mode.
API Definition
int MV_GIGE_SetNetTransMode(
void
*handle,
unsigned int nType
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
nType
[IN] Network mode, see the details below:
72



































































































































































































































































































































































































