X29GetHoldTime(3X25) — Subroutines
Digital
NAME
X29GetHoldTime − Reads the value of the local holdback timer
LIBRARY
X.25 Library (libx25.a)
SYNOPSIS
#include <netx25/x29.h>
int X29GetHoldTime(
int td );
PARAMETERS
tdIdentifies the X.29 terminal for which the holdback timer is to be read.
DESCRIPTION
The X29GetHoldTime routine reads the value of the local holdback timer used by the X.29 Server for the current incoming X.29 call.
RETURN VALUES
Upon successful completion, the X29GetHoldTime routine returns the value of the holdback timer (in twentieths of a second). Otherwise, a (negative) error code is returned.
ERRORS
If the X29GetHoldTime routine fails, one of the following error codes is returned:
[X25RC_SYSERR]
An operating system error occurred. The external variable errno is set to indicate the error.
[X29RC_NOTTY]
The terminal specified is not an X.29 terminal.
RELATED INFORMATION
Functions: X29SetHoldTime(3X25).
Files: x29remoteprof(4X25).
X.25 for Digital UNIX − Programmer’s Reference Manual.