TBApiClose API Call

 

Description

Closes the connection to the device driver.

Parameters

None.

Returns

None.

Notes

This call should be made prior to terminating the program.

See also

TBApiOpen - Establishes a connection to the device driver.

 

Visual C++ Declaration/example

 

void TBAPI TBApiClose();

 

Visual Basic Declaration/example

 

Public Declare Sub TBApiClose Lib "TBapi" Alias “_DLL_TBApiClose@0" ()