HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_TP
conversations with it. If you specify 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
Species the type(s) of conversation supported by this 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_chars.security_rqd
Species whether conversation security information is 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_chars.sync_level
Species the values of synchronization level supported by the TP. Possible values are:
AP_NONE
The TP supports only sync_level NONE.
AP_CONFIRM_SYNC_LEVEL
The TP supports only sync_level CONFIRM.
AP_EITHER
The TP supports either sync_level NONE or CONFIRM.
AP_SYNCPT_REQUIRED
The TP supports only sync_level SYNCPT (syncpoint is required).
AP_SYNCPT_NEGOTIABLE
The TP supports any of the three sync_level values NONE, CONFIRM, and SYNCPT.
tp_chars.dynamic_load
This parameter must be set to AP_YES.
tp_chars.enabled
Species whether the TP can be attached successfully. Possible values are:
AP_YES
TP can be attached.
AP_NO
264