OpenTP1 Version 7 Programming Guide

[Contents][Index][Back][Next]

6.1 Communication through TxRPC interface

The TxRPC interface provides an X/Open-compliant client/server-mode communication method. The TxRPC interface can be used for communication between UAP processes under OpenTP1. Unlike other types of client/server-mode communication, TxRPC communication is performed by calling a user-created function from the client. The user can create a function without consideration of the lower layers of communication protocol.

The figure below shows the outline of communication through the TxRPC interface.

Figure 6-1 Outline of communication through TxRPC interface

[Figure]

Organization of this section
6.1.1 Types of TxRPC communication
6.1.2 Application programs that can be created
6.1.3 Necessary libraries