HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF Indications
REGISTRATION_FAILURE
unsigned char data_lost; /* previous indication lost */
unsigned char resource_name[17]; /* network qualified resource name */
AP_UINT16 resource_type; /* resource type */
unsigned char description[32]; /* resource description */
unsigned char reserv1[16]; /* reserved */
unsigned char reserv2b[2]; /* reserved */
AP_UINT32 sense_data; /* sense data */
unsigned char reserva[20]; /* reserved */
} REGISTRATION_FAILURE;
4.22.2 Parameters
opcode
AP_REGISTRATION_FAILURE
primary_rc
AP_OK
data_lost
Species whether any previous registration failure 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 registration failure indications were lost. Later elds in this VCB may be set to
zeros.
AP_NO
No previous registration failure indications were lost.
resource_name
Name of resource that failed to register. The name is a 17-byte EBCDIC string, right-padded 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.
resource_type
Resource type of resource that failed to register. One of the following.
AP_NNCP_RESOURCE
Network node.
AP_ENCP_RESOURCE
End node.
AP_LU_RESOURCE
LU.
description
A null-terminated text string describing the resource, as specied in the denition of the resource.
sense_data
Sense data (specied in SNA Formats).
800