2.3.2 ATMI Client Asynchronous Request/Response to Host CPI-C
Figure 2-22 DMCONFIG File Entry

- ATMI client invokes
toupsrvservice. - The
toupsrvservice issuestpacallforSIMPCPIC, which is advertised in the DM_REMOTE_SERVICES section of the DMCONFIG file. - The remote service with
tpnameTPNCPICinvokesTOUPCPICprogram. - The server accepts the conversation with the
cmaccpcall. The conversation id returned on the request inconvidis used for all other requests on this conversation. - The
cmrcvrequest receives theidatabuffer contents for processing. - The
TOUPCPICprogram processes data. - The
cmsendcommand returns theobuffercontents into the clienttpgetreply odatabuffer. The data may not be immediately sent to thetpgetreply odatabuffer on this request. - The
cmdealflushes the data to the client, and indicates the conversation is finished.
Parent topic: CPI-C Programming Examples