Omega Engineering 8 Channel Thermocouple USB Data Acquisition Module TC-08 User Manual page 29

8 channel thermocouple usb data acquisition module
Table of Contents

Advertisement

3.3.2.8
usb_tc08_get_unit_info
short usb_tc08_get_unit_info
(
short
USBTC08_INFO * info
)
This routine gets the unit information and copies it to the USBTC08_INFO structure,
declared in the usbtc08.h header file. If you pass zero to the function as the handle,
only the driver version member will be valid, but the function will return 1 (success.)
Arguments
Returns
You must assign the correct value to the
before calling this routine. For example, in C, if
code:
devinfo.size = sizeof(USBTC08_INFO);
usb_tc08_get_unit_info(hTC08, &devinfo);
handle,
handle
Specifies the TC-08 unit.
info
A pointer to a structure containing unit information.
0
Use usb_tc08_get_last_error.
1
Routine was successful.
field of your USBTC08_INFO structure
size
is your structure, use this
devinfo
Technical reference
25

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents