expression.WaitForCall3( _ ByVal description As String, _ ByVal initString As String _ ) As ReturnCode
where expression is a variable that represents a Terminal Object
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
One of the following ReturnCode enumeration values.
Member | Description |
---|---|
Cancelled | Cancelled. |
Error | Error. |
PermissionRequired | Permission is required. |
Success | Success. |
Timeout | Timeout condition. |
Truncated | The text is truncated. |