TCP/IP TELNET Management Programming Manual
ADD Command
Commands and Responses
6–10 53474 Tandem Computers Incorporated
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !{}
ZCOM-MAP-REQID
def ZCOM-DDL-REQID. !Specify values, if map present.
02 ZCRTPID type ZSPI-DDL-CRTPID.
02 ZPAID type ZSPI-DDL-INT.
end.
ZSPI-TKN-MAXRESP token-type ZSPI-TYP-INT.
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
ZSPI-TKN-SERVER-VERSION token-type ZSPI-TYP-UINT. !{}
ZSPI-TKN-DATALIST token-type ZSPI-TYP-LIST.
ZCOM-TKN-OBJNAME token-type ZSPI-TYP-STRING. !{}
ZCOM-TKN-OBJTYPE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST. !...
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens in Command Buffer
ZTNT-MAP-ADD-WIN
is an extensible structured token that defines the configurable attributes for the
window that is going to be added. This token has the token number ZTNT-TNM-
ADD-WIN and the DDL definition ZTNT-DDL-ADD-WIN. Although this token
must be in the command, only the ZSERVNAME field’s specification is required.
Each attribute is defined in a separate field. Duplicate occurrences of either the
token or the fields are not allowed.
The following fields are in the ZTNT-MAP-ADD-WIN token:
ZERASE-CHAR is a one-byte character value that indicates the ASCII control
character that is used to erase a single character of input. The range of possible
values is %H0 through %HFF. The default value is a backspace (%H08).
ZKILL-CHAR is a one-byte character value that indicates the ASCII control
character used to delete the line currently being entered. The range of possible
values is %H0 through %HFF. The default value is CTRL/X (%H18).
ZEOF-CHAR is a one-byte character value that indicates the ASCII control
character used to signal the end of the input condition. The range of possible
values is %H0 through %HFF. The default value is CTRL/Y (%H19).