NetBatch Management Programming Manual
SPI Programming Considerations for the NetBatch
Subsystem
NetBatch Management Programming Manual—522462-003
3-9
Displaying SPI Traffic
•
Use the BATCHCOM command DISPLAY-SPI. The command makes BATCHCOM
display the contents of each command buffer sent and each response buffer
received. For more information, see the NetBatch Manual.
Message-buffer contents appear in this format:
For details of zspi-tkn- header tokens, see the SPI Programming Manual. Details of
other items in the display are:
command-name
is a NetBatch command name (that is, the value of name in ZBAT-CMD-name).
command-name-value
is the numeric value of command-name (that is, the command number).
object-type
is a NetBatch object type (that is, the value of name in ZBAT-OBJ-name).
object-type-value
is the numeric value of object-type (that is, the object-type number).
token-data-type
is the data type of the token (that is, the value of type in ZSPI-TDT-type).
----------------------------------------------------------
--
|_SPI_BUFFER_ { BEING_SENT_TO | RETURNED_FROM }
_SCHEDULER_ |
----------------------------------------------------------
--
Checksum: zspi-tkn-checksum
Header Type: zspi-tkn-hdrtype
Last error: zspi-tkn-lasterr
Last error code: zspi-tkn-lasterrcode
Last Position: zspi-tkn-lastposition
Max Field Version: zspi-tkn-max-field-version
Maxresp: zspi-tkn-maxresp
Position: zspi-tkn-position
Server version: zspi-tkn-server-version
Subsystem ID: zspi-tkn-ssid
Used length: zspi-tkn-usedlen
command-name ( command-name-value ) object-type ( object-
type-value )
[ TDT: token-data-type: { VAR | size }; token-code x count
[ size: ] token-value ]…