HP-UX SNAplus2 R7 APPC Programmer's Guide

APPC Conversation Verbs
MC_RECEIVE_AND_WAIT and RECEIVE_AND_WAIT
This is a combination of
AP_DATA_COMPLETE
and AP_CONFIRM_SEND. The partner TP sent a complete
data record (or the end of a data record) and then issued the [MC_]PREPARE_TO_RECEIVE
verb with
ptr_type set to AP_SYNC_LEVEL, or issued the [MC_]SEND_DATA verb with a send
type of P_TO_R_SYNC_LEVEL. The conversations synchronization level, established by the
[MC_]ALLOCATE verb, is AP_CONFIRM_SYNC_LEVEL.
AP_DATA_SEND
The partner TP sent data and then entered Receive state. For the local TP, the conversation is now in
Send_Pending state.
AP_DATA_COMPLETE_SEND
The partner TP sent a complete data record (or the end of a data record) and then entered Receive state.
For the local TP, the conversation is now in Send_Pending state.
UNIX
The following values will be returned on the MC_RECEIVE_AND_WAIT verb:
AP_USER_CONTROL_DATA_INCMP
As for
AP_DATA_INCOMPLETE
, except that the received data was in User Control Data format.
AP_USER_CONTROL_DATA_COMPLETE
As for AP_DATA_COMPLETE
, except that the received data was in User Control Data format.
AP_UC_DATA_COMPLETE_SEND
As for
AP_DATA_COMPLETE_SEND
, except that the received data was in User Control Data format.
AP_UC_DATA_COMPLETE_CONFIRM
As for
AP_DATA_COMPLETE_CONFIRM, except that the received data was in User Control Data format.
AP_UC_DATA_COMPLETE_CNFM_DEALL
As for AP_DATA_COMPLETE_CONFIRM_DEALL, except that the received data was in User Control Data
format.
AP_UC_DATA_COMPLETE_CNFM_SEND
As for AP_DATA_COMPLETE_CONFIRM_SEND, except that the received data was in User Control Data
format.
The following values will be returned on the MC_RECEIVE_AND_WAIT verb with sync_level set to
AP_SYNCPT:
AP_PS_HEADER_INCOMPLETE
As for AP_DATA_INCOMPLETE, except that the received data was in PS Header format.
AP_PS_HEADER_COMPLETE
As for AP_DATA_COMPLETE, except that the received data was in PS Header format.
AP_PS_HDR_COMPLETE_SEND
As for AP_DATA_COMPLETE_SEND, except that the received data was in PS Header format.
AP_PS_HDR_COMPLETE_CONFIRM
As for AP_DATA_COMPLETE_CONFIRM, except that the received data was in PS Header format.
AP_PS_HDR_COMPLETE_CNFM_DEALL
As for AP_DATA_COMPLETE_CONFIRM_DEALL, except that the received data was in PS Header format.
AP_PS_HDR_COMPLETE_CNFM_SEND
As for AP_DATA_COMPLETE_CONFIRM_SEND, except that the received data was in PS Header format.
179