Frame Grabber SDK (Windows-C) Developer Guide
3.7.5 MV_FG_SetIntValue
Set the information of an integer type node.
API Definition
int MV_FG_SetIntValue(
PORTHANDLE
hPort,
const char
*strKey,
int64_t
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.6 MV_FG_GetEnumValue
Get the information about an enumerated type node.
API Definition
int MV_FG_GetEnumValue(
PORTHANDLE
hPort,
const char
*strKey,
MV_FG_ENUMVALUE *pstEnumValue
);
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.
pstEnumValue
[OUT] Information about the enumerated type node, see MV_FG_ENUMVALUE for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
28
    "