InfoConnect for Airlines
CheckParity Property (IConnectionSettingsModem)


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