User`s guide

FUNCTIONS
SDK SECTION 11
Page 170
IsCoolerOn
unsigned int WINAPI IsCoolerOn (int* iCoolerStatus)
Description
This function checks the status of the cooler.
Parameters
int* iCoolerStatus: 0: Cooler is OFF.
1: Cooler is ON.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
Status returned.
System not initialized
Parameter is NULL
See also
CoolerON CoolerOFF
IsCountConvertModeAvailable
unsigned int WINAPI IsCountConvertModeAvailable (int mode)
Description
This function checks if the hardware and current settings permit the use of the specified
Count Convert mode.
Parameters
int mode: Count Convert mode to be checked
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_INVALID_COUNTCONVERT_
MODE
Count Convert mode available.
System not initialized.
Count Convert not supported on this camera
Count Convert mode not available with
current acquisition settings
See also
GetCapabilities, SetCountConvertMode, SetCountConvertWavelength
IsInternalMechanicalShutter
unsigned int WINAPI IsInternalMechanicalShutter (int* InternalShutter)
Description
This function checks if an iXon camera has a mechanical shutter installed.
Parameters
int* InternalShutter: 0: Mechanical shutter not installed.
1: Mechanical shutter installed.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_AVAILABLE
DRV_P1INVALID
Internal Shutter state returned
Not an iXon camera.
Parameter is NULL
NOTE Available only on iXon.