SPI Programming Manual (H06.24+, J06.13+)

ZSPI Data Definitions
SPI Programming Manual427506-007
4-15
Token Data Types
other subsystems in event messages and error lists. This form consists of an 8-byte
internal-format node name followed by a 24-byte internal-format local file name.
ZSPI-TDT-INT
The INT data type identifies a 16-bit signed integer. Its value range is -32768 to
+32767.
ZSPI-TDT-INT2
The INT2 data type identifies a 32-bit signed integer. Its value range is -2,147,483,648
to +2,147,483,647.
ZSPI-TDT-INT4
The INT4 data type identifies a 64-bit fixed-point number. Its value range is
–9,223,372,036,854,775,808 to +9,223,372,036,854,775,807.
ZSPI-TDT-LIST
The LIST data type identifies a list (seen as a unit) or a token indicating the start of a
list. A token of this data type always has a token length of zero.
ZSPI-TDT-MAP
The MAP data type identifies a token map.
ZSPI-TDT-MARK
The MARK data type identifies a special kind of token used to tag the token that
follows it in the buffer. Such tokens are used occasionally by NonStop Kernel
subsystems for special purposes; for instance, a token with this token data type
constant ZSPI-TDT-INT value is 2.
constant ZSPI-TDT-INT2 value is 3.
constant ZSPI-TDT-INT4 value is 4.
constant ZSPI-TDT-LIST value is 37.
constant ZSPI-TDT-MAP value is 8.
constant ZSPI-TDT-MARK value is 31.