
Frame Grabber SDK (Windows-C) Developer Guide
4.1.9 MV_FG_DEVICE_INFO
Structure about Device Information
Member
nDevType
nReserved[3]
DevInfo
Data Type
unsigned int
unsigned int[]
union {
MV_CXP_DEVICE_INFO
stCXPDevInfo;
MV_GEV_DEVICE_INFO
stGEVDevInfo;
MV_CML_DEVICE_INFO
stCMLDevInfo;
unsigned int nReserved[256];
}
Device type.
Reserved.
Description
Device information. The member to be
used is determined by nDevType.
stCXPDevInfo: CoaXPress device
information.
stGEVDevInfo: GigE Vision device
information.
stCMLDevInfo: Camera Link device
information.
4.1.10 MV_FG_ENUMVALUE
Structure about Enumeration Type Value
Member
nCurValue
strCurSymbolic
nSupportedNum
nSupportValue
strSymbolic
Data Type
unsigned int
char[]
unsigned int
unsigned int[]
char[]
Description
Current value.
The node name (property key) of the current
value, the length is defined by the macro
"MV_FG_MAX_SYMBOLIC_STRLEN" (the value is
64).
The number of supported enumeration types.
The value of supported enumeration types, the
number is defined by the macro
"MV_FG_MAX_SYMBOLIC_NUM" (the value is
64).
The node name (property key) of the value of
supported enumeration types. The number is
defined by the macro
"MV_FG_MAX_SYMBOLIC_NUM" (the value is 64)
and the length is defined by the macro
"MV_FG_MAX_SYMBOLIC_STRLEN" (the value is
64).
42





















































































































































