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

ZSPI Data Definitions
SPI Programming Manual427506-006
4-17
Token Data Types
ZSPI-TDT-TIMESTAMP
The TIMESTAMP data type identifies a 64-bit, microsecond-resolution Julian
timestamp (in Greenwich Mean Time) or an elapsed-time value in microseconds.
ZSPI-TDT-TOKENCODE
The TOKENCODE data type is used for special SSGET, SSPUT, and EMSGET
operations for which the
token-value parameter is itself a token code. These
operations include getting the address, length, offset, or number of occurrences of a
token in the buffer; deleting a specified token from the buffer; getting the next token or
the next nonmatching token; and getting the subject token from an event message. For
some of these operations, the token code in
token-value is an input parameter; in
others, it is an output parameter. The desired result for some operations is returned in
another parameter.
ZSPI-TDT-TRANSID
The TRANSID data type identifies a 64-bit TMF internal-format transaction ID.
ZSPI-TDT-UINT
The UINT data type identifies a 16-bit unsigned integer whose value can range from 0
through 65535.
ZSPI-TDT-UNDEF
The UNDEF data type identifies an unknown or undefined data type. This data type is
reserved for use by software for the NonStop system only.
constant ZSPI-TDT-TIMESTAMP value is 23.
constant ZSPI-TDT-TOKENCODE value is 29.
constant ZSPI-TDT-TRANSID value is 30.
constant ZSPI-TDT-UINT value is 9.
constant ZSPI-TDT-UNDEF value is 0.