NetBatch Management Programming Manual
SPI Programming Considerations for the NetBatch
Subsystem
NetBatch Management Programming Manual—522462-003
3-11
Displaying SPI Traffic
If the value includes printable and unprintable characters, or is unprintable, the
display format is:
bytes: ? [ count x ] binary-value
[ ? [ count x ] binary-value ]… [ printable-chars ]…
bytes
is the number of bytes in the value.
count
specifies the number of occurrences of binary-value. count
appears only when binary-value occurs more than once.
binary-value
is the binary value of the character (not necessarily a space).
printable-chars
represents printable characters.
For example, the value of extensible structured token ZBAT-MAP-DEF-
EXECUTOR in an ADD EXECUTOR command specifying class TEST-CLASS
appears as:
TDT: STRUCT:VAR; DEF-EXECUTORx1
238: ?0 ?2 ?2x170 ?0 ?1 TEST-CLASS ?14x32 ?208x170
The interpretation of 238: ?0 ?2 ?2x170 ?0 ?1 TEST-CLASS ?14x32 ?208x170
from the example is:
•
If the type is BOOLEAN, ENUM, INT, INT2, or UINT, the actual value appears. For
example, a zero value for ZSPI-TKN-RETCODE appears as:
TDT: ENUM:2; RETCODEx1 0000
VST003.vsd
TEST-CLASS
?0 ?2 ?2x170 ?0 ?14x32 ?208x70
0
?1
2 170 170 0 1 T E S T - C L A S S 32 ... 32 170 ... 170
TEST-CLASS