OpenTP1 Version 7 Programming Guide

[Contents][Index][Back][Next]

2.4.2 Reporting completion of user server start processing

The function dc_adm_complete() [CBLDCADM('COMPLETE')] for reporting the completion of user server start processing must be called for SUPs. After using the function dc_rpc_open() (which starts UAPs) to OpenTP1, call the function dc_adm_complete() to report the completion of start processing to OpenTP1.

SPPs and MHPs assume that start processing is completed when the function dc_rpc_mainloop() or the function dc_mcf_mainloop() is executed normally. Thus, there is no need to use the function dc_adm_complete() for SPPs and MHPs.

The function dc_adm_complete() cannot be used from UAP that handles offline work.