Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / 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

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, Reflection checks parity on all received characters.
See Also