TCP/IP TELNET Management Programming Manual

SPI Standard Definitions
Common Definitions
53474 Tandem Computers Incorporated 5–7
ZTNT-VAL-SSID has the following structure definition:
def ZTNT-VAL-SSID tacl ssid.
02 Z-FILLER type character 8
value is ZSPI-VAL-TANDEM.
02 Z-OWNER redefines Z-FILLER
type ZSPI-DDL-CHAR8.
02 Z-NUMBER type ZSPI-DDL-INT
value is ZSPI-SSN-ZTNT.
02 Z-VERSION type ZSPI-DDL-UINT
value is ZTNT-VAL-VERSION.
end.
ZSPI-TKN-USEDLEN
specifies the length of the used portion of a command message. The value of this
token is used to verify that the entire message has been read by the server. The
value is compared to the count-read value supplied by the file system. If the value
of ZSPI-TKN-USEDLEN is greater than the count-read value, the TELNET
subsystem rejects the command because the command length was too long.
ZSPI-VAL-CMDHDR
indicates that the SPI buffer is for a command. It is one of the two possible values
of the ZSPI-TKN-HDRTYPE token.
ZSPI-VAL-EVTHDR
indicates that the SPI buffer is for an event message. It is one of the two possible
values of the ZSPI-TKN-HDRTYPE token.
ZSPI-VAL-NORM-ONLY
is the only supported value of the ZSPI-TKN-ALLOW-TYPE token for the
TELNET subsystem. This value indicates that the TELNET subsystem should
continue to process the next object in a set only if the command completed
successfully on the previous object.
ZSPI-VAL-TANDEM
indicates that the destination subsystem is on a Tandem system. The requester
must assign this value to the owner field of the ZSPI-TKN-SSID token before
sending a command to a Tandem system.