Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The phone number to dial. The string can contain any valid modem dialing characters,
such as commas (to allow dialing to pause for two seconds per comma) and hyphens and
parentheses (used as separators for better readability). The string should not include
any AT commands or dialing prefix commands.
Dial(String) Method
In This Topic
Dials a modem. This method is only valid if Reflection is set to use the old modem
dialer (UseModemDialerV5 = true).
Syntax
'Declaration
Overloads Sub Dial( _ ByVal phoneNumber As String _ )
void Dial( string phoneNumber )
Parameters
- phoneNumber
- The phone number to dial. The string can contain any valid modem dialing characters, such as commas (to allow dialing to pause for two seconds per comma) and hyphens and parentheses (used as separators for better readability). The string should not include any AT commands or dialing prefix commands.
Remarks
Dials a modem with default initialization string one time.
See Also