HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF Indications
PU_INDICATION
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char data_lost; /* previous indication lost */
unsigned char deactivated; /* has session been deactivated? */
unsigned char port_name[8]; /* port name */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char reserva[20]; /* reserved */
} PORT_INDICATION;
4.20.2 Parameters
opcode
AP_PORT_INDICATION
primary_rc
AP_OK
data_lost
Specifies whether any previous port 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 port indications were lost. Later fields in this VCB may be set to zeros.
AP_NO
No previous port indications were lost.
deactivated
Specifies whether the port has been deactivated or activated. Possible values are:
AP_YES
The port has been deactivated.
AP_NO
The port has been activated.
port_name
Name of port. This is an 8-byte ASCII string, padded on the right with spaces if the name is shorter than 8
bytes.
description
A null-terminated text string describing the port, as specified in the definition of the port.
4.21 PU_INDICATION
This indication is generated when the PU-SSCP session status of a local PU changes.
796