
Frame Grabber SDK (Windows-C) Developer Guide
3.7.11 MV_FG_GetBoolValue
Get the information about a boolean type node.
API Definition
int MV_FG_GetBoolValue(
PORTHANDLE
hPort,
const char
*strKey,
bool8_t
*pbValue
);
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.
pstIntValue
[OUT] Information about the boolean type node.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.7.12 MV_FG_SetBoolValue
Set the information of a boolean type node.
API Definition
int MV_FG_SetBoolValue(
PORTHANDLE
hPort,
const char
*strKey,
bool8_t
bValue
);
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.
bValue
[IN] Value to be set.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
31





















































































































































