TCP/IP TELNET Management Programming Manual

Data Communications Standard Definitions
Common Definitions
53474 Tandem Computers Incorporated 5–13
The object name of a WINDOW object is the name of a specific window. A
window can be created with the ADD command or it can be added dynamically
when a connection is established. The name is assigned when the window is
created, and is unique within a process. As many as 128 windows can be created
on one TELNET process.
The NULL object has no object name.
The object name of the PROC object is the object name of the TELNET process.
ZCOM-TKN-OBJSTATE
is the summary state of a window after a summary-state change takes place. This
token is returned in the event message ZTNT-EVT-SUMSTATE-CHG. See
Section 7, “Event Management,” for details on this event message. Here are the
possible values of this token:
ZCOM-VAL-SUMSTATE-STARTED
indicates the window is in the STARTED summary state.
ZCOM-VAL-SUMSTATE-STOPPED
indicates the window is in the STOPPED summary state.
ZCOM-TKN-OBJTYPE
contains the object type of a TELNET object. This token is present in every
response. The value within a command can be ZCOM-OBJ-NULL, ZCOM-OBJ-
WINDOW, or ZCOM-OBJ-PROC. This token is the same as the object type
specified in the command header token ZSPI-TKN-OBJECT-TYPE.
The ZCOM-TKN-OBJTYPE token can also be present in data lists and error lists. It
indicates the object type for which information is being returned, or it indicates the
object type that experienced the error.
ZCOM-TKN-OLD-OBJSTATE
is the summary state of an object before a summary-state change of the object took
place. This token is returned in the event message ZTNT-EVT-SUMSTATE-CHG.
See Section 7, “Event Management,” for details on the event message. Here are the
possible values of this token:
ZCOM-VAL-SUMSTATE-STARTED
indicates the object was in the STARTED summary state.
ZCOM-VAL-SUMSTATE-STOPPED
indicates the object was in the STOPPED summary state.
ZCOM-TKN-SUBJ-PROC
indicates the name of the TELNET process that is the subject of an event message.