User`s guide
FUNCTIONS
SDK SECTION 11
Page 132
GetHardwareVersion
unsigned int WINAPI GetHardwareVersion(unsigned int* PCB, unsigned int* Decode, unsigned int*
dummy1, unsigned int* dummy2, unsigned int* CameraFirmwareVersion, unsigned int*
CameraFirmwareBuild)
Description
This function returns the Hardware version information.
Parameters
Unsigned int* PCB: Plug-in card version
unsigned int* Decode: Flex 10K file version
unsigned int* dummy1
unsigned int* dummy2
unsigned int* CameraFirmwareVersion: Version number of camera firmware
unsigned int* CameraFirmwareBuild: Build number of camera firmware
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
Version information returned.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
GetHeadModel
unsigned int WINAPI GetHeadModel(char* name)
Description
This function will retrieve the type of CCD attached to your system.
Parameters
char* name: A user allocated array of characters for storage of the Head Model. This
should be declared as size MAX_PATH.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Name returned.
System not initialized.