TR3271 Management Programming Manual

COMMANDS AND RESPONSES
CONNECT Command
ZSPI-TKN-MAXRESP token-type ZSPI-TYP-INT.
ZSPI-TKN-RESPONSE-TYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-ALLOW-TYPE token-type ZSPI-TYP-ENUM.
ZSPI-TKN-COMMENT token-type ZSPI-TYP-STRING.
Tokens in Response Buffer
ZSPI-TKN-SERVER-VERSION token-type ZSPI-TYP-INT. !{}
ZSPI-TKN-SSID token-type ZSPI-TYP-SSID. !{}
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-ERRLIST token-type ZSPI-TYP-LIST. !...
...
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
ZSPI-TKN-RETCODE token-type ZSPI-TYP-ENUM. !{}
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.
Tokens in Command Buffer
ZCOM-TKN-OBJNAME specifies the TR3271 subdevice that is to be
connected to the target subdevice. Your application must
provide this token in the command. This token is described in
"Data-Communications Standard Definitions" in Section 5 and the
Communications Management Programming Manual
.
ZCOM-TKN-TARGET-MGR specifies the name of the manager controlling
the AM3270 subdevice to which you want to establish a link.
If your management application does not provide a value, the
TR3271 subsystem derives the line name from the ZCOM-TKN-TARGET-
OBJNAME token. The value of the ZCOM-TKN-TARGET-MGR token, if
specified, should always be the line name associated with the
AM3270 subsystem to which you want to establish a connection.
ZCOM-TKN-TARGET-OBJNAME specifies the name of the AM3270 subde-
vice to which you want to build a link. This token is required.
ZCOM-TKN-TARGET-OBJTYPE specifies the type of object to which you
want to build a link. This token is required and must have the
value ZCOM-OBJ-SU.
6-32