HP-UX SNAplus2 R7 APPC Programmer's Guide
APPC Conversation Verbs
MC_SEND_DATA and SEND_DATA
unsigned char reserv4;
} SEND_DATA;
4.16.5 Supplied Parameters
The TP supplies the following parameters to APPC:
opcode
Possible values are:
AP_M_SEND_DATA
For the MC_SEND_DATA verb.
AP_B_SEND_DATA
For the SEND_DATA verb.
opext
Possible values are:
AP_MAPPED_CONVERSATION
For the MC_SEND_DATA verb.
AP_BASIC_CONVERSATION
For the SEND_DATA verb.
If the verb is being issued on a full-duplex conversation or is being issued as a non-blocking verb, combine
the value above (using a logical OR) with one or both of the following values:
AP_FULL_DUPLEX_CONVERSATION
The verb is being issued on a full-duplex conversation.
AP_NON_BLOCKING
The verb is being issued as a non-blocking verb.
format
This parameter applies only to the mapped-conversation MC_SEND_DATA verb.
If you are building a new APPC application, or recompiling an existing APPC application with the current
SNAplus2 APPC header file, you must set this parameter to 1. (Existing applications built with earlier
versions of the header file, in which this parameter was reserved, will still operate unchanged with SNAplus2
and there is no need to rebuild them.)
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.
dlen
217