
Frame Grabber SDK (Windows-C) Developer Guide
3.7.3 MV_FG_GetNodeInterfaceType
Get the type of a node.
API Definition
int MV_FG_GetNodeInterfaceType(
PORTHANDLE
hPort,
const char
*strName,
MV_FG_NODE_INTERFACE_TYPE *penInterfaceType
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
strName
[IN] Node name.
penInterfaceType
[OUT] Type of the node, see MV_FG_NODE_INTERFACE_TYPE for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.7.4 MV_FG_GetIntValue
Get the information about an integer type node.
API Definition
int MV_FG_GetIntValue(
PORTHANDLE
hPort,
const char
*strKey,
MV_FG_INTVALUE
*pstIntValue
);
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 integer type node, see MV_FG_INTVALUE for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
27





















































































































































