HP-UX SNAplus2 R7 APPC Programmer's Guide

Writing Transaction Programs
Categories of APPC Verbs
SET_TP_PROPERTIES
GET_LU_STATUS
2.1.2 Conversation Verbs
Conversation verbs enable TPs to allocate a conversation, send and receive data, change conversation states, and
deallocate a conversation.
The following verb can be issued in either a basic or mapped conversation:
GET_TYPE
Most conversation verbs fall into two groups:
Mapped-conversation verbs, which a TP can issue only in a mapped conversation
Basic-conversation verbs, which a TP can issue only in a basic conversation
Conversation verbs are grouped by type, mapped or basic, as shown in Table 21, Mapped and Basic Conversation
Verbs:
Table 21 Mapped and Basic Conversation Verbs
Mapped-Conversation Verbs Basic-Conversation Verbs
MC_ALLOCATE ALLOCATE
MC_CONFIRM CONFIRM
MC_CONFIRMED CONFIRMED
MC_DEALLOCATE DEALLOCATE
MC_FLUSH FLUSH
MC_GET_ATTRIBUTES GET_ATTRIBUTES
MC_PREPARE_TO_RECEIVE PREPARE_TO_RECEIVE
MC_RECEIVE_AND_POST RECEIVE_AND_POST
MC_RECEIVE_AND_WAIT RECEIVE_AND_WAIT
MC_RECEIVE_IMMEDIATE RECEIVE_IMMEDIATE
MC_RECEIVE_EXPEDITED_DATA RECEIVE_EXPEDITED_DATA
MC_REQUEST_TO_SEND REQUEST_TO_SEND
MC_SEND_CONVERSATION SEND_CONVERSATION
MC_SEND_DATA SEND_DATA
MC_SEND_ERROR SEND_ERROR
MC_SEND_EXPEDITED_DATA SEND_EXPEDITED_DATA
MC_TEST_RTS TEST_RTS
MC_TEST_RTS_AND_POST TEST_RTS_AND_POST
Mapped and basic verbs have the same functions in their respective types of conversation, but may have slightly
different parameters and return codes.
44