InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsModem Object / ModemMode Property
In This Topic
ModemMode Property
In This Topic
Identifies the modem's operating mode (Call, AutoAnswer, Answer, Direct or DialBack).
Syntax
expression.ModemMode As ModemModeOption
where expression is a variable that represents a ConnectionSettingsModem Object

Property Value

A ModemModeOption Enumeration value.
Remarks
Their values are defined in Attachmate.Reflection.Emulation.OpenSystems.ModemModeOption. The default value is ModemModeOption.Call. This value cannot be changed if the connection is open.
See Also