HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_TEST_RTS and TEST_RTS
unsigned char tp_id[8];
unsigned long conv_id;
unsigned char reserv3;
} TEST_RTS;
4.19.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_TEST_RTS
For the MC_TEST_RTS verb.
AP_B_TEST_RTS
For the TEST_RTS verb.
opext
Possible values are:
AP_MAPPED_CONVERSATION
For the MC_TEST_RTS verb.
AP_BASIC_CONVERSATION
For the TEST_RTS verb.
tp_id
Identifier for the local TP.
The value of this parameter was returned by the TP_STARTED verb in the invoking TP or by RE-
CEIVE_ALLOCATE in the invoked TP.
conv_id
Conversation identifier.
The value of this parameter was returned by the [MC_]ALLOCATE verb in the invoking TP or by
RECEIVE_ALLOCATE in the invoked TP.
4.19.6 Returned Parameters
After the verb executes, APPC returns parameters to indicate whether the execution was successful and, if not, to
indicate the reason the execution was not successful.
Successful Execution
If the verb executes successfully, APPC returns the following parameter:
primary_rc
Indicates whether a REQUEST_TO_SEND notification has been received from the partner TP. Possible values
are:
AP_OK
REQUEST_TO_SEND notification has been received.
240