User`s guide
Contents lxxv
Function Name
(function number) Session Options
Get Key (function 51) ESC=c, TWAIT/LWAIT/NWAIT
Send File (function 90) STRLEN/STREOT, EOT=c, NOQUIET/QUIET,
TIMEOUT=0/TIMEOUT=c
Receive File (function 91) STRLEN/STREOT, EOT=c, NOQUIET/QUIET,
TIMEOUT=0/TIMEOUT=c
Connect PM Window Service
(function 101)
WRITE_SUPER/WRITE_WRITE
/WRITE_READ/WRITE_NONE
/SUPER_WRITE/READ_WRITE
The session options are described on the following pages, grouped by function. Each group of session
options lists their general function, which Windows HLLAPI functions they affect, and the
characteristics of each session option setting.
STRLEN/STREOT
Specify how the length of Data String is determined. Applies to Send Key (3), Search Presentation
Space (6), Copy String to Presentation Space (15), Search Field (30), Copy String to Field (33), Send
File (90) and Receive File (91).
Session Option Description
STRLEN Data Length explicitly defined. This is the default setting.
STREOT Data Length not necessarily defined; Data String parameter on a
function call ends in an EOT character.
EOT=c
When the STREOT session option is set, specify the delimiter character to mark the end of the Data
String parameter on a function call. Applies to Send Key (3), Search Presentation Space (6), Copy
String to Presentation Space (15), Search Field (30), Copy String to Field (33), Send File (90) and
Receive File (91).
Session Option Description
EOT=c Set the EOT character to “c,” which must be a 1-byte literal
character. There must not be a space on either side of the equal
sign (“space” is not a valid EOT character). The default EOT
character is binary zero.