Status-Session
The Status-Session message provides the application with information on changes in the state of a session between the local node and the host. It flows from the node to the application and is used with both SSCP and PLU connections.
See Status-Session Message for further details.
struct Status-Session {
PTRBFHDR nxtqptr;
PTRBFELT hdreptr;
CHAR numelts;
CHAR msgtype;
CHAR srcl;
CHAR srcp;
INTEGER srci;
CHAR destl;
CHAR destp;
INTEGER desti;
CHAR sfhdr.stseshdr.sesstat;
CHAR sfhdr.stseshdr.sesspad;
CHAR sfhdr.steeshdr.sesscode;
CHAR sfhdr.stseshdr.sessqual;
};
Members
-
nxtqptr
-
Pointer to next buffer header.
-
hdreptr
-
Pointer to buffer element (NIL).
-
numelts
-
Number of buffer elements (0x00).
-
msgtype
-
Message type STATFMI (0x21).
-
srcl
-
Source locality.
-
srcp
-
Source partner.
-
srci
-
Source index.
-
destl
-
Destination locality.
-
destp
-
Destination partner.
-
desti
-
Destination index.
-
sfhdr.stseshdr.sessstat
-
Status type STSESSN (0x05).
-
sfhdr.stseshdr.sesspad
-
Reserved.
-
sfhdr.stseshdr.sesscode
-
Session code.
-
sfhdr.stseshdr.sessqual
-
Session code qualifier.
Remarks
-
The Status-Session message consists of a buffer header only; there is no buffer element.
-
The session codes are listed in Status-Session Codes.
-
The SNA Server OS/2 and MS-DOS-based 3270 emulators display a session status identifier (–+z_nnn), where nnn is obtained by adding 484 to the value of sessqual from this message.