InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / SpeakerOption Enumeration


In This Topic
    SpeakerOption Enumeration
    In This Topic
    Specifies the speaker mode. The default is Dialing.
    Syntax
    'Declaration
     
    
    Public Enum SpeakerOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SpeakerOption
    public enum SpeakerOption : System.Enum 
    Members
    MemberDescription
    DialingModem speaker is on during dialing.
    OffModem speaker is always off.
    OnModem speaker is always on.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.SpeakerOption

    See Also