WaitForCall(String) Method
Initializes the modem to automatically answer an incoming call and opens a status dialog box until a connection has been established.
'Declaration
Overloads Function WaitForCall( _
ByVal As String _
) As ReturnCode
'Usage
Dim instance As ITerminal
Dim description As String
Dim value As ReturnCode
value = instance.WaitForCall(description)
Parameters
- description
- Specifies a message to be displayed in the Waiting for Call dialog box.
Return Value
ReturnCode value indicates success or error conditions.