HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
Set_Sync_Level (cmssl)
Chapter 3288
Set_Sync_Level (cmssl)
The Set_Sync_Level call is issued by the invoking program to specify the
synchronization level of the conversation. The synchronization level
determines whether the programs synchronize their processing through
the Confirm and Confirmed calls.
This call overrides the synchronization level established by the
Initialize_Conversation call. The default synchronization level is
CM_NONE, indicating no synchronization. This call cannot be issued after
the Allocate call has been issued.
Function Call
void cmssl (
unsigned char CM_PTR conversation_ID,
CM_SYNC_LEVEL CM_PTR sync_level,
CM_RETURN_CODE CM_PTR return_code
);
Function Call for Java CPI-C
public native void cmssl (
byte[] conversation_ID,
CPICSyncLevel sync_level,
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 call.
sync_level
This parameter specifies the synchronization level of
the conversation. Possible values are:
CM_NONE The programs will not perform
confirmation processing.