Frame Grabber SDK (Windows-C) Developer Guide
3.7.7 MV_FG_SetEnumValue
Set the information of an enumerated type node.
API Definition
int MV_FG_SetEnumValue(
PORTHANDLE
hPort,
const char
*strKey,
unsigned int
nValue
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
strKey
[IN] Node name.
nValue
[IN] Value to be set.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.7.8 MV_FG_SetEnumValueByString
Set the information of an enumeration type node by string.
API Definition
int MV_FG_SetEnumValueByString(
PORTHANDLE
hPort,
const char
*strKey,
const char
*strValue
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
strKey
[IN] Node name.
strValue
[IN] Values (input as strings) to be set.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
29
    "