HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
SET_CS_TRACE
Tracing of all types.
To activate tracing on specic message types, select one or more values from the list below, combined using
a logical
OR operation.
AP_CS_ADMIN_MSG
Internal messages relating to client-server topology
AP_CS_DATAGRAM
Datagram messages
AP_CS_DATA
Data messages
trace_direction
Species the direction(s) in which tracing is required. This parameter is ignored if trace_ags is set to
AP_NO_TRACE. Possible values are:
AP_CS_SEND
Trace messages owing from the target computer to the computer dened by dest_sys.
AP_CS_RECEIVE
Trace messages owing from the computer dened by dest_sys to the target computer.
AP_CS_BOTH
Trace messages owing in both directions.
3.176.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
secondary_rc
Not used.
3.176.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
Possible values are:
AP_NAME_NOT_FOUND
The server specied by the dest_sys parameter did not exist or was not started.
AP_LOCAL_SYSTEM
The server specied by the dest_sys parameter is the same as the target node to which this verb was
issued.
AP_INVALID_TRC_DIRECTION
713