X25AM Programming Manual

ITI Applications
X25AM Programming Manual527201-001
2-39
ITI Procedure Statements Summary
Get the timeout interval.
Set the timeout interval.
CALL SETPARAM (filenum, function,,,
SETPARAM 23
Get the port number (it can be larger than 255).
SETPARAM 29
Get the local NSAP address:
Set the local NSAP address:
CALL SETPARAM (filenum, function,,, integer, length)
filenum = file number returned by the OPEN procedure
for the subdevice.
function = 22
integer
= interval in seconds
length = 2 bytes
CALL SETPARAM (filenum, function,,, port^number,
length)
filenum = file number returned by the OPEN procedure
for the subdevice.
function = 23
port^number
= port number>99
length = 2-byte length of port number
CALL SETPARAM (filenum, function,,,
extended^address, length)
CALL SETPARAM (filenum, function, extended^address,
length)
filenum = file number
function = 29
extended^address
= local NSAP address
length = length of address extension (maximum 40
bytes)