Frame Grabber SDK (Windows-C) Developer Guide
Chapter 4 Data Structure and Enumeration
4.1 Data Structure
4.1.1 MV_CML_DEVICE_INFO
Structure about Camera Link Device Information
Member
chVendorName
Data Type
unsigned char[]
chModelName
unsigned char
chManufacturerInfo unsigned char
chDeviceVersion
unsigned char
chSerialNumber
unsigned char
chUserDefinedName unsigned char
chDeviceID
nReserved[48]
unsigned char
unsigned int[]
Description
Device vendor name, the length is defined by the
macro "MV_FG_MAX_DEV_INFO_SIZE" (the value
is 64).
Device model name, the length is defined by the
macro "MV_FG_MAX_DEV_INFO_SIZE" (the value
is 64).
Device manufacturer information, the length is
defined by the macro
"MV_FG_MAX_DEV_INFO_SIZE" (the value is 64).
Device version, the length is defined by the
macro "MV_FG_MAX_DEV_INFO_SIZE" (the value
is 64).
Device serial number, the length is defined by the
macro "MV_FG_MAX_DEV_INFO_SIZE" (the value
is 64).
User-defined name, the length is defined by the
macro "MV_FG_MAX_DEV_INFO_SIZE" (the value
is 64).
Device ID, the length is defined by the macro
"MV_FG_MAX_DEV_INFO_SIZE" (the value is 64).
Reserved.
37
    "