'Declaration
Overloads Function WaitForCall( _ ByVal description As String, _ ByVal initString As String _ ) As ReturnCode
'Usage
Dim instance As ITerminal Dim description As String Dim initString As String Dim value As ReturnCode value = instance.WaitForCall(description, initString)
ReturnCode WaitForCall( string description, string initString )
Parameters
- description
- Specifies a message to be displayed in the Waiting for Call dialog box.
- initString
- Specifies an initialization string to be sent to the modem before waiting.
Return Value
ReturnCode value indicates success or error conditions.