Frame Grabber SDK (Windows-C) Developer Guide
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
pData
[IN][OUT] Address of the buffer in which the XML file is stored.
nDataSize
[IN] Size of the buffer in which the XML file is stored.
pnDataLen
[OUT] Length of the XML file.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.7.2 MV_FG_GetNodeAccessMode
Get the access mode of a node.
API Definition
int MV_FG_GetNodeAccessMode(
PORTHANDLE
hPort,
const char
*strName,
MV_FG_NODE_ACCESS_MODE
*penAccessMode
);
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.
penAccessMode
[OUT] Access mode of the node, see MV_FG_NODE_ACCESS_MODE for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
Remarks
To get the access mode of the EnumEntry type node, the input value for strName should be in the
format "EnumEntry_NodeName_EnumEntryName". For example, to get the access mode of the node
MV_FG_PIXEL_TYPE_Mono8 of the enumeration MV_FG_PIXEL_TYPE, the strName should be
"EnumEntry_PixelFormat_Mono8".
26
    "