ModemDev

(Engine-Level Function)

Description: Obtains the identifier for a modem sub-device. (In order to use the audio capabilities of a voice modem, the device identifier for the wave output device is required.)
Returns: See description
Usage: Script Only.
Function Groups: Modem
Related to: ModemMedia | Sound
Format: ModemDev(ModemStream, DeviceName )
Parameters:  
ModemStream
Required. The connected modem stream (returned from a ModemStream or ModemDial function call).
DeviceName
Required. A text value describing the device whose identifier is required. Only "wave/out" is supported.
Comments: When called with a DeviceName of "wave/out", this function returns a value suitable for use with the Sound function.