EasyManuals Logo

THORLABS DCU223 SERIES Description And Sdk Manual

THORLABS DCU223 SERIES
513 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #235 background imageLoading...
Page #235 background image
© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
233
4.3.40 is_GetDLLVersion
USB 2.0
USB 3.0
USB 2.0
USB 3.0
Syntax
INT is_GetDLLVersion()
Description
Returns the version of the uc480.dll.
Input parameters
<none>
Return values
The return value contains the version number which is coded as follows:
Bits 31-24:
Major version
Bits 23-16:
Minor version
Bits 15-0:
Build version
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 \n\n", major, minor, build);

Table of Contents

Other manuals for THORLABS DCU223 SERIES

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the THORLABS DCU223 SERIES and is the answer not in the manual?

THORLABS DCU223 SERIES Specifications

General IconGeneral
BrandTHORLABS
ModelDCU223 SERIES
CategorySecurity Camera
LanguageEnglish

Related product manuals