HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF Indications
SESSION_INDICATION
/* size */
AP_UINT32 send_data_frames; /* number of data frames sent */
AP_UINT32 send_fmd_data_frames; /* num fmd data frames sent */
AP_UINT32 send_data_bytes; /* number of data bytes sent */
AP_UINT32 rcv_data_frames; /* number of data frames received */
AP_UINT32 rcv_fmd_data_frames; /* num fmd data frames received */
AP_UINT32 rcv_data_bytes; /* number of data bytes received */
unsigned char sidh; /* session ID high byte */
/* (from LFSID) */
unsigned char sidl; /* session ID low byte (from LFSID)*/
unsigned char odai; /* ODAI bit set */
unsigned char ls_name[8]; /* Link station name */
unsigned char pacing_type; /* Pacing type */
} SESSION_STATS;
4.25.2 Parameters
opcode
AP_SESSION_INDICATION
primary_rc
AP_OK
data_lost
Species whether any previous session indications have been lost. If SNAplus2 detects a condition that
prevents it from sending an indication (for example an internal resource shortage), it indicates this by setting
the data_lost parameter on the next indication after the condition has cleared. Possible values are:
AP_YES
One or more previous session indications were lost. Later elds in this VCB may be set to zeros.
AP_NO
No previous session indications were lost.
deactivated
Species whether the session has been deactivated or activated. Possible values are:
AP_YES
The session has been deactivated.
AP_NO
The session has been activated.
lu_name
LU name of the local LU, as dened to SNAplus2. This is an 8-byte type-A EBCDIC string, padded on the
right with spaces if the name is shorter than 8 bytes.
lu_alias
LU alias of the local LU, as dened to SNAplus2. This is an 8-byte ASCII string, using any locally displayable
characters, padded on the right with spaces if the name is shorter than 8 bytes.
plu_alias
LU alias of the partner LU. This is an 8-byte ASCII string, using any locally displayable characters, padded
on the right with spaces if the name is shorter than 8 bytes.
fqplu_name
808