HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
SET_CS_TRACE
Tracing of all types.
To activate tracing on specific 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
Specifies the direction(s) in which tracing is required. This parameter is ignored if trace_flags is set to
AP_NO_TRACE. Possible values are:
AP_CS_SEND
Trace messages flowing from the target computer to the computer defined by dest_sys.
AP_CS_RECEIVE
Trace messages flowing from the computer defined by dest_sys to the target computer.
AP_CS_BOTH
Trace messages flowing 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 specified by the dest_sys parameter did not exist or was not started.
AP_LOCAL_SYSTEM
The server specified by the dest_sys parameter is the same as the target node to which this verb was
issued.
AP_INVALID_TRC_DIRECTION
713