ModemList
(Engine-Level Function)
Description: | Returns a list of the modems in the system. This function should be used to determine the correct parameter for the ModemStream or ModemDial functions. | ||||||||||||
Returns: | Array | ||||||||||||
Usage: | Script only. | ||||||||||||
Function Groups: | Modem | ||||||||||||
Related to: | ModemCount | ModemDial | ModemMedia | ModemStream | ModemTransfer | ||||||||||||
Format: | ModemList() | ||||||||||||
Parameters: | None | ||||||||||||
Comments: | The return value is a two-dimensional array with each row storing the information for a single modem (i.e. ArraySize(ReturnValue, 0) = = ModemCount( ) ). There are four columns per row as follows
The Microsoft Telephony Interface (TAPI) enumerates a number of devices - not just modems. This function enumerates only the data/voice modems into a compact list. The ordering of this list should not be relied upon as it may change due to system hardware changes. To use this function:
|