|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This document lists the current API function calls. Obsolete calls have been removed. The updd version number is shown to indicate when the call was introduced. 4.1.x indicates the call was valid at the time UPDD 4.1.0 was first created. Other version numbers indicated when the call was introduced. TBApi.h fileThis is the header file that defines the complete list of API functions and should be the final reference point for the definitive list of functions and their usage. Viewed in the appropriate viewer, API functions are held in this file thus:
#undef TBApiOpen #ifdef TBAPIDLLPFX #define TBApiOpen DLL_TBApiOpen #endif
BOOL TBAPI TBApiOpen(); // Establishes a connection to the device driver // returns 0 = fail, 1 = OK // Most API functions require an open connection API function summaryClick on the function call name for a more detail description. Where State = Rednt the API has been withdrawn.
API function GroupsThis lists the functions by their related grouping:
Data Conversion ChartThe following is useful for converting datatypes between Visual C++ and Visual Basic:-
ContactFor further information or technical assistance please email the technical support team at technical@touch-base.com.
|