TAPIEx ActiveX Control v3.6

Close method

The Close method closes the line device.

Function Close() As Boolean

Parameters

None.

Return Values

If the function succeeds, the return TRUE, otherwise return FALSE. Use ErrCode property to get the error code if return FALSE.

Remarks

After the line has been closed , the instance of ITAPILine will released.

See Also

ITAPILine.Open