HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)

CPI-C Calls
Test_Request_to_Send_Received (cmtrts)
Chapter 3 299
Test_Request_to_Send_Received (cmtrts)
The Test_Request_to_Send_Received call determines whether a
request-to-send notification has been received from the partner program.
Function Call
void cmtrts (
unsigned char CM_PTR conversation_ID,
CM_Request_to_Send_Received CM_PTR request_to_send_received,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmtrts (
byte[] conversation_ID,
CPICControlInformationReceived request_to_send_received,
CPICReturnCode return_code
);
Supplied Parameters
The supplied parameters are:
conversation_ID
This is the identifier for the conversation.
The value of this parameter is returned by the
Initialize_Conversation, Initialize_For_Incoming, or
Accept_Conversation call.
Returned Parameters
After the verb executes, SNAplus2 returns parameters to indicate
whether the execution was successful and, if not, to indicate the reason
the execution was unsuccessful.
request_to_send_received
This is the request-to-send-received
indicator. Possible values are: