OnUseErrorChar Event

Value of fErrorChar member of DCB structure changed.

Syntax

Visual Basic .NET
Sub OnUseErrorChar(ByVal Value As Boolean)
Visual C#
void OnUseErrorChar(Boolean Value);

Parameters

Value

Contains value of fErrorChar member of DCB structure.
Indicates whether bytes received with parity errors are replaced with the character specified by the ErrorChar member. If this member is TRUE and the fParity member is TRUE, replacement occurs.