ccoms-html/handcap.htm

146 lines
5.2 KiB
HTML
Raw Normal View History

2024-09-26 19:20:51 +00:00
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Handshaking capabilities</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="fifocap.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="paritycap.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>Handshaking capabilities</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>KCapsObeyXoffSupported&amp;</code></td>
<td>The serial device can respond to incoming software
handshaking</td>
</tr>
<tr>
<td><code>KCapsSendXoffSupported&amp;</code></td>
<td>The serial device can generate software handshaking
characters</td>
</tr>
<tr>
<td><code>KCapsObeyCTSSupported&amp;</code></td>
<td>The serial device can respond to flow control on the
CTS input line and generate flow control signals on the
RTS output.</td>
</tr>
<tr>
<td><code>KCapsFailCTSSupported&amp;</code></td>
<td>The serial device supports failing pending operations
if the CTS input line goes low</td>
</tr>
<tr>
<td><code>KCapsObeyDSRSupported&amp;</code></td>
<td>The serial device can respond to flow control on the
DSR input line.</td>
</tr>
<tr>
<td><code>KCapsFailDSRSupported&amp;</code></td>
<td>The serial device supports failing pending operations
if the DSR input line goes low</td>
</tr>
<tr>
<td><code>KCapsObeyDCDSupported&amp;</code></td>
<td>The serial device can respond to flow control on the
DCD input line</td>
</tr>
<tr>
<td><code>KCapsFailDCDSupported&amp;</code></td>
<td>The serial device supports failing pending operations
if the DCD input line goes low</td>
</tr>
<tr>
<td><code>KCapsFreeRTSSupported&amp;</code></td>
<td>The serial device is able to leave the RTS output
control line for user control.</td>
</tr>
<tr>
<td><code>KCapsFreeDTRSupported&amp;</code></td>
<td>The serial device is able to leave the DTR output
control line for user control.</td>
</tr>
</table>
<h5>See Also</h5>
<p><a href="handshak.htm">Handshaking constants</a>, <a
href="commcaps.htm#Handshake">CommCapsHandshake</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="fifocap.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="paritycap.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>