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


In This Topic
    CheckParity Property (IConnectionSettingsComSerialPort)
    In This Topic
    Gets or sets the parity check state on all received characters, when set to true (the default) and Parity is other than 8/None.
    Syntax
    'Declaration
     
    
    Property CheckParity As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsComSerialPort
    Dim value As Boolean
     
    instance.CheckParity = value
     
    value = instance.CheckParity
    bool CheckParity {get; set;}

    Property Value

    This value can be changed during an open connection.
    See Also