Specifications
UVTI reference
212
Glink: API reference manual Gallagher & Robertson
Directive Description
WaitETX
Specifies that the UVTI interface defer delivery until
receipt of ETX rather than ETB (default is FALSE).
Valid only for synchronous types of interface
(LK_VIP, LK_TGX25, etc).
ReturnETX
Specifies that received ETX characters should be
delivered to the application (the default FALSE will
strip these). Valid only for synchronous types of
interface (LK_VIP, LK_TGX25, etc).
RawData
Specifies that all received characters be delivered to
the application. Valid only for synchronous types of
interface (LK_VIP, LK_TGX25, etc).
RecWait
Specifies the time in tenths of a second that UVTI
will wait for more incoming data before returning to
the application. This parameter is used for UVTI
applications which expect to receive complete blocks
of data, but don't allow slow lines (dial-up, Ggate
over PPP, etc) enough time for the complete block to
be received. The default value is zero except if a
UVTIReceive timeout of -1 is used on asynchronous
types of interface and Glink is in a TEXT, FORM or
TX-RET mode, in which case a wait of 5 tenths of a
second is forced. For example, if RecWait=10 is
used, all UVTIReceives will wait 1 second for more
incoming data before returning.
GlinkVer
This allows backward compatibility between ver-
sions. The version number 'nnn' must be the 3 digits
of a Glink version, e.g. 520, 521, 530, 540. This
option should only be needed for some old UVTI
applications.
The [transfertype] sections
A separate [transfername] section may be created for specific file transfer needs
with the host. Normally these sections are not required because the predefined
GKRM, FTRAN8, FTRAN, KERMIT, GKERM, INDMVS, INDCICS and
INDVM are preconfigured in the UVTI DLL.