HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (QUERY Verbs)
QUERY_CPIC_SIDE_INFO
Chapter 4 585
The type of the target TP (the valid characters for a TP
name are determined by the TP type). Possible values
are:
XC_APPLICATION_TP
Application TP. All characters in the
TP name must be valid ASCII
characters.
XC_SNA_SERVICE_TP
Service TP. All characters, except the
first, in the TP name must be valid
ASCII characters. The first character
must be a hexadecimal digit in the
range 0x01-0x3F, excluding 0x0E and
0x0F.
cpic_side_info_data.def_data.side_info.tp_name
TP name of the target TP. This is a 64-byte ASCII
character string, right-padded with spaces.
cpic_side_info_data.def_data.side_info.mode_name
Name of the mode used to access the target TP. This is
an 8-byte ASCII character string, right-padded with
spaces.
cpic_side_info_data.def_data.side_info.conversation_securit
y_
type
Specifies whether the target TP uses conversation
security. Possible values are:
XC_SECURITY_NONE
The target TP does not use
conversation security.
XC_SECURITY_PROGRAM
The target TP uses conversation
security. The
security_user_id
and
security_password
parameters
specified below will be used to access
the target TP.