InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsModem Interface / CheckParity Property


In This Topic
    CheckParity Property (IConnectionSettingsModem)
    In This Topic
    Gets or sets the parity check state.
    Syntax
    'Declaration
     
    
    Property CheckParity As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsModem
    Dim value As Boolean
     
    instance.CheckParity = value
     
    value = instance.CheckParity
    bool CheckParity {get; set;}

    Property Value

    The default value is false. This value can be changed during an open connection.
    Remarks
    When set to true and Parity is other than 8/None, InfoConnect checks parity on all received characters.
    See Also