Download 82091 SICL Users Guide

Transcript
SICL Language Reference
IGETTIMEOUT
IGETTIMEOUT
Supported sessions: . . . . . . . . . . . . . . . . . . device, interface, commander
C Syntax
#include <sicl.h>
int igettimeout (id, tval);
INST id;
long *tval;
Description The igettimeout function stores the current timeout value in tval. If no
timeout value has been set, tval will be set to zero (0).
Return Value For C programs, this function returns zero (0) if successful, or a non-zero
error number if an error occurs.
See Also “ITIMEOUT”
244
Chapter 10