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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-22
Token Types
ZSPI-TYP-DEVICE
ZSPI-TYP-DEVICE specifies that a tokens value is an 8-byte internal-format device
name. A token of this type has a DEVICE token data type and is based on the DEVICE
structure.
ZSPI-TYP-ENUM
SPI-TYP-ENUM specifies that a tokens value is a 16-bit enumerated value. A token of
this type has an ENUM token data type and is based on the ENUM structure.
ZSPI-TYP-ERROR
ZSPI-TYP-ERROR specifies that a tokens value is an SSID-qualified error number. A
token of this type has an ERROR token data type and is based on the ERROR
structure.
ZSPI-TYP-FLT
ZSPI-TYP-FLT specifies that a tokens value is a 32-bit floating-point number. A token
of this type has an FLT token data type and is based on the FLT structure.
ZSPI-TYP-FLT2
ZSPI-TYP-FLT2 specifies that a tokens value is a 64-bit floating-point number. A token
of this type has an FLT2 token data type and is based on the FLT2 structure.
token type ZSPI-TYP-DEVICE value is ZSPI-TDT-DEVICE
def is ZSPI-DDL-DEVICE.
token type ZSPI-TYP-ENUM value is ZSPI-TDT-ENUM
def is ZSPI-DDL-ENUM.
token type ZSPI-TYP-ERROR value is ZSPI-TDT-ERROR
def is ZSPI-DDL-ERROR.
token type ZSPI-TYP-FLT value is ZSPI-TDT-FLT
def is ZSPI-DDL-FLT.
token type ZSPI-TYP-FLT2 value is ZSPI-TDT-FLT2
def is ZSPI-DDL-FLT2.