Is_Getdllversion - THORLABS DCU223x Operation Manual And Sdk

Cdd and cmos cameras
Hide thumbs Also See for DCU223x:
Table of Contents

Advertisement

DCx Cameras

4.3.39 is_GetDLLVersion

USB 2.0
USB 3.0
Syntax
INT is_GetDLLVersion()
Description
Returns the version of the uc480_api.dll.
Input parameters
<none>
Return values
The return value contains the version number which is coded as follows:
Bits 31-24:
Bits 23-16:
Bits 15-0:
Related functions
is_GetOsVersion()
Example
int
version = is_GetDLLVersion();
int
build = version & 0xFFFF;
version = version >> 16;
int
minor = version & 0xFF;
version = version >> 8;
int
major = version & 0xFF;
printf("API version %d.%d.%d
238
USB 2.0
USB 3.0
250
\n\n", major, minor, build);
Major version
Minor version
Build version
© 2013 Thorlabs GmbH

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents