HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_TP
Chapter 3394
unsigned char tp_data[120]; /* reserved */
} TP_CHARS;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_TP
tp_name
Name of the TP being defined.
tp_chars.description
A null-terminated text string (0-31 characters followed
by a null character) describing the TP. This string is for
information only; it is stored in the node's configuration
file and returned on the QUERY_TP_DEFINITION
and QUERY_TP verbs, but SNAplus2 does not make
any other use of it.
tp_chars.security_list_name
Name of the security access list used by this TP
(defined using the DEFINE_SECURITY_ACCESS_LIST
verb). This parameter restricts the use of this TP to the
users named in the specified list. Only the users named
in the specified list can allocate conversations with it. If
you specifiy a security access list, the
tp_chars.security_rqd
parameter must be set to
AP_YES.
To specify that the TP is available for use by any user,
set this parameter to 14 binary zeros.
tp_chars.conv_type
Specifies the type(s) of conversation supported by this
TP. Possible values are:
AP_BASIC
The TP supports only basic
conversations.
AP_MAPPED