X25AM Programming Manual

ITI Applications
X25AM Programming Manual527201-001
2-31
ITI Procedure Statements Summary
SETMODE 27
Set spacing. SETMODE 27 is accepted but not used when the terminal is in page
mode. It becomes effective when the terminal mode is changed to conversation mode.
SETMODE 28
Reset the parameter values set by the SETMODE and SETPARAM procedure to the
values configured for the subdevice.
SETMODE 31
If the size of packets going to the PAD is going to be less than the default packet size,
then SETMODE 31 is used to set the packet size of the first outgoing packet in each
WRITE or WRITEREAD request. It must be smaller than the configured packet size.
SETMODE 31 is accepted but not used when the terminal is in page mode. It becomes
effective when the terminal mode is changed to conversation mode.
SETMODE 32
Set the network incoming call negotiation parameters.
CALL SETMODE (filenum, function, param1)
filenum
= file number
function = 27
param1.<15>
0 = postspacing (default)
1 = prespacing
CALL SETMODE (filenum, function)
filenum = file number
function = 28
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 31
param1.0
0 = ignore param2
1 = param2 specifies packet size
param2 0 = use default packet size
>0 = packet size of first outgoing packet in each WRITE or
WRITEREAD request
CALL SETMODE (filenum, function, param1 param2, last
params<0>)
filenum = file number
function = 32