SPI Programming Manual (G06.24+, H06.03+, J06.03+)

ZSPI Data Definitions
SPI Programming Manual427506-006
4-32
Token Codes
Valid values for this token are:
ZSPI-TKN-BUFLEN
ZSPI-TKN-BUFLEN contains the SPI buffer length. This value is set by SSINIT, can be
retrieved using SSGET, and can be modified using SSPUT.
ZSPI-TKN-CHECKSUM
ZSPI-TKN-CHECKSUM contains the buffer checksum flag. If set to zero, the SPI
procedures do not maintain a buffer checksum. If set to any nonzero value, SPI
maintains a checksum to validate buffer integrity. This value is set by SSINIT, can be
retrieved using SSGET, and can be modified using SSPUT.
ZSPI-TKN-CLEARERR
ZSPI-TKN-CLEARERR, passed to SSPUT, clears (resets to zero) the last-error
information in the SPI message header. Its token type is ZSPI-TYP-SSCTL.
ZSPI-VAL-NORM-
ONLY
The server continues command processing with the next object in
the set only if the command was completely successful on the
previous object (no error list). This is the default if ZSPI-TKN-
ALLOW-TYPE is not included in the command.
ZSPI-VAL-WARN-
AND-NORM
The server processes the next object in the set even if a warning is
encountered on the previous object. (A warning means that ZSPI-
TKN-RETCODE contains ZSPI-ERR-OK, but the response contains
an error list.)
ZSPI-VAL-ERR-
WARN-AND-NORM
The server processes the next object in the set regardless of any
problems encountered on the previous object.
token-code ZSPI-TKN-BUFLEN
value ZSPI-TNM-BUFLEN
token-type ZSPI-TYP-UINT
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Buffer_byte_length".
token-code ZSPI-TKN-CHECKSUM
value ZSPI-TNM-CHECKSUM
token-type ZSPI-TYP-BOOLEAN
ssid ZSPI-VAL-NULL-EXT-SSID
heading "Checksum".
token-code ZSPI-TKN-CLEARERR
value ZSPI-TNM-CLEARERR
token-type ZSPI-TYP-SSCTL.