HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Set_CPIC_Side_Information (xcmssi)
Chapter 3248
side_info_entry
This parameter specifies the contents of a side
information entry, as follows. Each field in the
structure must be left-justified. Pad fields on the right
with spaces as necessary.
side_info_entry.sym_dest_name
Symbolic destination name which
identifies the side information entry. The parameter
sym_dest_name
is an 8-byte ASCII character string
and can contain any displayable characters.
side_info_entry.partner_LU_name
Fully qualified name of the
partner LU. This name is composed of two character
strings concatenated by a dot. Each name must can
have a maximum length of eight bytes with no
embedded spaces; valid characters are uppercase A–Z
and numerals 0–9.
side_info_entry.TP_name_type
The type of the target TP (the valid
characters for a TP name are determined by the TP
type). Allowed values:
XC_APPLICATION_TP Application TP. All characters
in the TP name must be valid ASCII
characters.
XC_SNA_SERVICE_TP Service TP. The TPname must
be specified as an 8–character ASCII
string representing the hexadecimal
digits of a 4-character name. For
example, if the hexadecimal
representation of the name is
0x21F0F0F8, set the
tp_name
parameter to the 8–character string
“21F0F0F8”.
The first character (represented by
two bytes) must be a hexadecimal
value in the range 0x0–0x3F,
excluding 0x0E and 0x0F; the
remaining characters (each
represented by two bytes) must be
valid EBCDIC characters.
side_info_entry.TP_name
TP name of the target TP.