ACC X.25 Protocol User's Guide

X.25 Application Programming
ZX25INFO (3X) — ACC X.25
Chapter 4110
EXAMPLE
#include <zcom/zcomsys.h>
#include <zcom/zcomx25.h>
int ierr;
zx25info_type zxi;
char auxname[
size
]; /* size is user-defined */
if (ierr = zx25info (&zxi, auxname)) {
/* error return code */
}
else {
/* good return code */
}
FILES /opt/acc/include/zcom/zcomsys.h ZCOM subsystem general include
file, containing data types, data
structures, constants, error codes,
masks, etc. Note that this must be the
first include file before any other
ZCOM include files.
/opt/acc/include/zcom/zcomx25.h ZCOM X.25 access data structure
declarations.
SEE ALSO zopen(3x), zx25callacc(3x), zx25callout(3x), zx25callrej(3x),
zx25l2stat_rcvr(3x), zx25reset(3x), zx25reset_conf(3x), zx25dbit_ack(3x),
zx25int_conf(3x)