InfoConnect for Unisys
CheckParity Property (IConnectionSettingsComSerialPort)


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