User manual
Technical reference 38
Copyright 2004 Pico Technology Limited. All rights reserved.
typedef struct
tUSBTC08Info
{
short
size;
short
DriverVersion;
short
PicoppVersion;
short
HardwareVersion;
short
Variant;
char
szSerial[USBTC08_MAX_SERIAL_CHARS];
char
szCalDate[USBTC08_MAX_DATE_CHARS];
} USBTC08_INFO, *LPUSBTC08_INFO;
This structure is used to receive information from the
usb_tc08_get_unit_info
function and is defined in
the
usbtc08.h
header file. Note: If the programming language you are using does not support
structures, use the
usb_tc08_get_formatted_info
function.