HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_TP_DEFINITION
tp_def_summary.overlay_size
The size of the returned
tp_def_summary
structure, and therefore the offset to the start of the next entry in the
data buffer.
When your application needs to go through the returned buffer to find each
tp_def_summary structure in turn, it
must use this value to move to the correct offset for the next data structure, and must not use the C
sizeof()
operator. This is because the size of the returned overlay may increase in future releases of SNAplus2; using
the returned overlay size ensures that your application will continue to work with future releases.
tp_def_summary.tp_name
TP name. This is a 64-byte string, padded on the right with spaces if the name is shorter than 64 characters.
tp_def_summary.description
A null-terminated text string describing the TP, as specified in the definition of the TP.
tp_def_detail.overlay_size
The size of the returned
tp_def_detail structure, and therefore the offset to the start of the next entry in the data
buffer.
When your application needs to go through the returned buffer to find each
tp_def_detail structure in turn, it
must use this value to move to the correct offset for the next data structure, and must not use the C
sizeof()
operator. This is because the size of the returned overlay may increase in future releases of SNAplus2; using
the returned overlay size ensures that your application will continue to work with future releases.
tp_def_detail.tp_name
TP name. This is a 64-byte string, padded on the right with spaces if the name is shorter than 64 characters.
tp_def_detail.tp_chars.description
A null-terminated text string describing the TP, as specified in the definition of the TP.
tp_def_detail.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 TP so that only the users named in the specified list can allocate conver-
sations with it.
If this parameter is set to 14 binary zeros, the TP is available for use by any user.
tp_def_detail.tp_chars.conv_type
Specifies the type or types of conversation supported by the TP. Possible values are:
AP_BASIC
The TP supports only basic conversations.
AP_MAPPED
The TP supports only mapped conversations.
AP_EITHER
The TP supports either basic or mapped conversations.
tp_def_detail.tp_chars.security_rqd
Specifies the level of conversation security information required to start the TP. Possible values are:
AP_YES
A user ID and password are required to start the TP.
AP_NO
No security information is required.
tp_def_detail.tp_chars.sync_level
685