HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF Indications
ISR_INDICATION
unsigned char odai; /* ODAI bit set */
unsigned char ls_name[8]; /* Link station name */
unsigned char reserve; /* reserved */
} SESSION_STATS;
4.10.2 Parameters
opcode
AP_ISR_INDICATION
primary_rc
AP_OK
data_lost
Species whether any previous ISR 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 ISR indications were lost. Later elds in this VCB may be set to zeros.
AP_NO
No previous ISR indications were lost.
deactivated
Species whether the ISR session was deactivated or activated. Possible values are:
AP_YES
The session was deactivated.
AP_NO
The session was activated.
fqpcid.pcid
Procedure Correlator ID for the session. This is an 8-byte hexadecimal string.
fqpcid.fqcp_name
Fully qualied control point name. The name is a 17-byte EBCDIC string, padded on the right with EBCDIC
spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a
network name of up to 8 A-string characters.
fqplu_name
Fully qualied name of the primary LU for this session; this parameter is reserved if deactivated is set to
AP_YES. The name is a 17-byte EBCDIC string, padded on the right with EBCDIC spaces. It consists of a
network ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to
8 A-string characters.
fqslu_name
Fully qualied name of the secondary LU for this session; this parameter is reserved if deactivated is set to
AP_YES. The name is a 17-byte EBCDIC string, padded on the right with EBCDIC spaces. It consists of a
network ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a network name of up to
8 A-string characters.
mode_name
Mode name for this session; this parameter is reserved if deactivated is set to
AP_YES. This is an 8-byte
type-A EBCDIC string (starting with a letter), padded to the right with EBCDIC spaces.
773