date and time created 87/07/03 12:16:44 by minshall
[unix-history] / usr / src / usr.bin / tn3270 / distribution / README
CommitLineData
f84ab966
GM
1There are 3 interfaces we define.
2
3One is that between the host computer and the 3274 controller. This
4interface specifies the AIDs, orders, commands, attributes, WCC, formats
5of various read and write commands, etc., that are transmitted to and
6from the host. Additionally, the mapping between EBCDIC and the
7internal 3270 display code occurs at this interface.
8
9The logic for this interface is in outbound.c and inbound.c. The interface
10is parameterized in 3270.h and ebc_disp.[hc].
11
12The second interface is between the keyboard and the 3274 controller.
13This interface specifies which keyboard scan codes perform which
14function (either are a character like A, or some function like EEOF, or
15some AID-generating function like CLEAR or PFK1).
16
17The logic for this interface is in inbound.c, and is parameterized in
18kbd3270.h and hits.c.
19
20The third and last interface is between the screen and the 3274 controller.
21This interface specifies the internal 3270 display code, error messages
22which may be presented to the screen by the 3274, and the bell.