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


In This Topic
ModemMode Property
In This Topic
Identifies the operating mode for the modem.
Syntax
'Declaration
 
Property ModemMode As ModemModeOption
 
'Usage
 
Dim instance As IConnectionSettingsModem
Dim value As ModemModeOption
 
instance.ModemMode = value
 
value = instance.ModemMode

Property Value

The default value is ModemModeOption.Call. This value cannot be changed if the connection is open.
Remarks
The available modes are Call, AutoAnswer, Answer, Direct and DialBack. Their values are defined in Attachmate.Reflection.Emulation.OpenSystems.ModemModeOption.
See Also