TN3270 Server Manual
Subsystem-Specific Tokens
TN3270 Server Manual—424097-001
E-6
ZTN3-MAP-STATUS-WINDOW-RSP Token Map
ZTN3-MAP-STATUS-WINDOW-RSP Token Map
This is an extensible structured token containing information about one window.
WINDOW-STATE
contains the status of the specified window. The values of WINDOW-STATE are not
externalized.
DEV-TYPE
contains the NonStop operating system device type and subtype of the window.
Refer to Appendix A, Terminal Models
for a list of terminal models and their
corresponding device type and subtypes.
.<0:5> = unused
.<6:9> = device type
.<10:15> = subdevice type
NUM-OPENS
is a count of opens of a window.
CALLER
contains the IP address and port number if this window is reserved. If
CALLER.PORT = -1, this window is not reserved for a specific port.
Caller is ZTN3-DDL-SOCKADDR-IN.
Token Map
ZTN3-MAP-STATUS-WINDOW-RSP
Token Type
ZTN3-TYP-STATUS-WINDOW-RSP
Token Definition
Definition ZTN3-DDL-STATUS-WINDOW-RSP.
02 WINDOW-STATE Type BINARY 16.
02 DEV-TYPE Type BINARY 16.
02 NUM-OPENS Type BINARY 16.
02 CALLER Type ZTN3-DDL-SOCKADDR-IN.
End
Definition ZTN3-DDL-SOCKADDR-IN.
02 SIN-FAMILY Type Binary 16.
02 SIN-PORT Type ZTN3-DDL-PORT.
02 SIN-ADDR Type ZTN3-DDL-IN-ADDR.
End