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


In This Topic
    ReceivePacingOption Enumeration
    In This Topic
    Type of flow control for receiving data from the host.
    Syntax
    'Declaration
     
    
    Public Enum ReceivePacingOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ReceivePacingOption
    public enum ReceivePacingOption : System.Enum 
    Members
    MemberDescription
    Hardware 
    None 
    XonXoff 
    Inheritance Hierarchy

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

    See Also