SPI Reference Summary
SPI Standard Definitions
SPI Reference Summary—427507-006
1-6
Standard Definitions
Standard Definitions
SPI provides these standard definitions:
Fundamental Data Structures on page 1-6
Token Data Types on page 1-8
Token Types and Related Structures on page 1-9
Predefined Values for Parameters and Tokens on page 1-18
Token Numbers on page 1-19
Token Codes on page 1-20
Error Numbers on page 1-22
Subsystem Numbers on page 1-23
Fundamental Data Structures
Data Structure Description (page 1 of 3)
ZSPI-DDL-BOOLEAN Defines a Boolean value
ZSPI-DDL-BYTE Defines a byte token type
ZSPI-DDL-BYTE-PAIR Defines a pair of bytes
ZSPI-DDL-CHAR Defines a single ASCII character
ZSPI-DDL-CHAR-PAIR Defines a string of two ASCII characters, also addressable as
a single integer or two individual characters
ZSPI-DDL-CHAR3 Defines a string of three ASCII characters, also addressable as
a single integer or three individual characters
ZSPI-DDL-CHAR4 Defines a string of four ASCII characters, also addressable as
two integers or four individual characters
ZSPI-DDL-CHAR5 Defines a string of five ASCII characters, also addressable as
two integers or five individual characters
ZSPI-DDL-CHAR6 Defines a string of six ASCII characters, also addressable as
three integers or six individual characters
ZSPI-DDL-CHAR7 Defines a string of seven ASCII characters, also addressable
as three integers or seven individual characters
ZSPI-DDL-CHAR8 Defines a string of eight ASCII characters, also addressable as
four integers or eight individual characters
ZSPI-DDL-CHAR16 Defines a string of 16 ASCII characters, also addressable as
8 integers or 16 individual characters
ZSPI-DDL-CHAR24 Defines a string of 24 ASCII characters, also addressable as
12 integers or 24 individual characters
ZSPI-DDL-CHAR40 Defines a string of 40 ASCII characters, also addressable as
20 integers or 40 individual characters
ZSPI-DDL-CHAR50 Defines a string of 50 ASCII characters, also addressable as
25 integers or 50 individual characters