Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / ModemInitString Property


In This Topic
ModemInitString Property
In This Topic
The modem command string that initializes the modem.
Syntax
'Declaration
 
Property ModemInitString As String
 
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As String
 
instance.ModemInitString = value
 
value = instance.ModemInitString

Property Value

The default value (DEFAULT) uses the string for the selected modem name. This value cannot be changed if the connection is open.
See Also