Undocumented Dll Calls

Post any questions you may have about our current range of USB data loggers
Post Reply
therealkilkenny
Newbie
Posts: 0
Joined: Tue Nov 17, 2009 6:53 am

Undocumented Dll Calls

Post by therealkilkenny »

Hi,

I'm using LabVIEW to access the dll and make calls to it. I've come accross a number of calls that are undocumented. Can someone let me know what they are for?

usb_tc08_get_unit_info2
usb_tc08_apply_fix

Thanks,

Dr Phil

Robin
Advanced User
Advanced User
Posts: 558
Joined: Fri Sep 19, 2008 10:17 am

Re: Undocumented Dll Calls

Post by Robin »

Hi

usb_tc08_get_unit_info2 is the same as usb_tc08_get_unit_info, except that it returns a single line of info rather than using the info struct.

short usb_tc08_get_unit_info2 (
short handle,
char *string,
short string_length,
short line)

usb_tc08_apply_fix is used for internal testing.

Robin

Post Reply