ccoms-html/parityerr.htm

122 lines
4.6 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Parity error constants</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="400" height="40">&nbsp;</td>
<td width="30" height="40"><a
href="../../../epoc32/doc/group/sdk.html"><img
src="../../../epoc32/doc/group/library.gif"
alt="SDK Home" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/glossary/glossary.html"><img
src="../../../epoc32/doc/group/glossary.gif"
alt="Glossary" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/index/id-toc.html"><img
src="../../../epoc32/doc/group/index.gif" alt="Index"
align="top" border="0" width="30" height="30"></a></td>
<td width="30" height="40"><a href="paritytype.htm"><b><img
src="../../../epoc32/doc/group/stoneleft.gif" alt="Left"
align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="port.htm"><b><img
src="../../../epoc32/doc/group/stoneright.gif"
alt="Right" align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="programm.htm"><b><img
src="../../../epoc32/doc/group/stoneup.gif" alt="Up"
align="top" border="0" width="30" height="30"></b></a></td>
</tr>
</table>
<hr>
<h1>Parity Error constants</h1>
<hr>
<h2><a name="Overview">Overview</a></h2>
<h5>Defined in</h5>
<p><code>ccomms.oxh</code></p>
<hr>
<table border="1">
<tr>
<td><code>KConfigParityErrorFail&amp;</code></td>
<td>When a character containing a parity error is
received complete any pending read operation with a <a
href="../e32/eupdev.html#e32.constant.KErrCommsParity"><font
color="#000000" size="4"><tt>KErrCommsParity</tt></font></a>
error.</td>
</tr>
<tr>
<td><code>KConfigParityErrorIgnore&amp;</code></td>
<td>Ignore parity errors. The character containing an
error will be discarded.</td>
</tr>
<tr>
<td><code>KConfigParityErrorReplaceChar&amp;</code></td>
<td>Replace and character received with a parity error
with the character set by <code>CommConfigSetParityErrorChar:()</code></td>
</tr>
<tr>
<td><code>KConfigXonXoffDebug&amp;</code></td>
<td>This is not a parity option at all, but an internal
developmental debugging control which forces the high
water mark for XON/XOFF handshaking, at which point XOFF
characters are sent, to be 5 bytes below 50% level
instead the usual 75% level.</td>
</tr>
</table>
<h5><code>See Also</code></h5>
<p><a href="paritycap.htm">Parity error capabilities</a>, <a
href="commcfg1.htm#ParityError">CommConfigParityError</a>, <a
href="commcfg1.htm#SetParityError">CommConfigSetParityError</a></p>
<hr>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="400" height="40">&nbsp;</td>
<td width="30" height="40"><a
href="../../../epoc32/doc/group/sdk.html"><img
src="../../../epoc32/doc/group/library.gif"
alt="SDK Home" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/glossary/glossary.html"><img
src="../../../epoc32/doc/group/glossary.gif"
alt="Glossary" align="top" border="0" width="30"
height="30"></a></td>
<td width="30" height="40"><a
href="../../../epoc32/doc/index/id-toc.html"><img
src="../../../epoc32/doc/group/index.gif" alt="Index"
align="top" border="0" width="30" height="30"></a></td>
<td width="30" height="40"><a href="paritytype.htm"><b><img
src="../../../epoc32/doc/group/stoneleft.gif" alt="Left"
align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="port.htm"><b><img
src="../../../epoc32/doc/group/stoneright.gif"
alt="Right" align="top" border="0" width="30" height="30"></b></a></td>
<td width="30" height="40"><a href="programm.htm"><b><img
src="../../../epoc32/doc/group/stoneup.gif" alt="Up"
align="top" border="0" width="30" height="30"></b></a></td>
</tr>
</table>
</body>
</html>