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

Property Value

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