Download 82091 SICL Users Guide

Transcript
SICL Language Reference
ILANGETTIMEOUT
ILANGETTIMEOUT
Supported sessions: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . interface
C Syntax
#include <sicl.h>
int ilangettimeout (id, tval);
INST id;
long *tval;
Description The ilangettimeout function stores the current LAN timeout value in
tval. If the LAN timeout value has not been set via ilantimeout, then tval
will contain the LAN timeout value calculated by the system.
Return Value For C programs, this function returns zero (0) if successful, or a non-zero
error number if an error occurs.
See Also “ILANTIMEOUT” and Chapter 8 - Using SICL with LAN
Chapter 10
273