InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / StopBitsOption Enumeration
In This Topic
    StopBitsOption Enumeration
    In This Topic
    The number of stop bits that follow each character during data transmission.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E9D")>
    <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
       CheckId="CA1008:EnumsShouldHaveZeroValue", 
       Scope="", 
       Target="", 
       MessageId="", 
       Justification="")>
    Public Enum StopBitsOption 
       Inherits System.Enum
    Members
    MemberDescription
    OneOne stop bit follows each character during data transmission.
    TwoTwo stop bits follow each character during data transmission.
    See Also