78 lines
2.7 KiB
HTML
78 lines
2.7 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>Communications APIs</title>
|
||
|
<!-- Begin Header Records ========================================== -->
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- Change History: -->
|
||
|
<!-- YYMMDD USERID Change description -->
|
||
|
<!-- COMM3 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2DCIJB at -->
|
||
|
<!-- RCHVMW2 on 1 Jun 1999 at 17:33:38 -->
|
||
|
<!-- End Header Records -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!--Java sync-link ================================================== -->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
<h2>Communications APIs</h2>
|
||
|
|
||
|
<p>The Communications APIs provide the information needed to write user-defined
|
||
|
communications applications, programming examples, and debugging information.
|
||
|
The Data Stream Translation APIs allow a user-written application program that
|
||
|
creates 3270 data streams to run on the an iSeries server using 5250 data
|
||
|
streams. The OptiConnect APIs can be used to move user data between two or more
|
||
|
systems that are connected by an OptiConnect fiber-optic bus. The TCP/IP
|
||
|
Management APIs allow you to retrieve information about your TCP/IP setup and
|
||
|
status, and change certain system values related to TCP/IP.</p>
|
||
|
|
||
|
<p>Communications APIs include the following:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="comm4.htm">User-Defined Communications Support APIs</a></li>
|
||
|
|
||
|
<li><a href="comm6.htm">Data Stream Translation APIs</a></li>
|
||
|
|
||
|
<li><a href="comm7.htm">OptiConnect APIs</a></li>
|
||
|
|
||
|
<li><a href="comm8.htm">TCP/IP Management APIs</a></li>
|
||
|
|
||
|
<li><a href="comm9.htm">CPI Communications APIs</a></li>
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
<p>For information on user-defined communications support, read the following
|
||
|
topics:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="comm1.htm">User-defined communications</a></li>
|
||
|
|
||
|
<li><a href="comm2.htm">Programming design considerations</a></li>
|
||
|
|
||
|
<li><a href="comm3.htm">Configuration and queue entries</a></li>
|
||
|
|
||
|
<li><a href="comm5.htm">Debugging of user-defined communications
|
||
|
applications</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<br>
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center"><a href="aplist.htm">APIs by
|
||
|
category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|