banner

Tapi.IsTAPIConfigured method

Specifies whether the Tapi object is configured correctly.

Syntax

bTapiConfigured = window.external.Tapi.IsTAPIConfigured();

Parameters None
Return Values Boolean. Returns the value TRUE if you configured the Tapi object correctly. Returns the value FALSE if you must configure the Tapi object before dialing the modem.
Applies To window.external.Tapi
Example
bTapiConfigured = window.external.Tapi.IsTAPIConfigured();
Comments See also TapiConfigured.