org.endurox.UnsolCallback Interface Reference

List of all members.

Public Member Functions

void unsolCallback (AtmiCtx ctx, TypedBuffer buf, long flags)

Detailed Description

Interface for unsolicited callback message


Member Function Documentation

void org.endurox.UnsolCallback.unsolCallback ( AtmiCtx  ctx,
TypedBuffer  buf,
long  flags 
)

Process have receive unsolicited message from the XATMI system. The functionality that can be handled within function is limited to:

  • Buffer allocation/free
  • tpgetlev()
  • tptypes() To have some more extended ATMI processing here, new context & thread shall be allocated and buffer shall be copied to newly allocated, that should be passed to thread.
    Parameters:
    ctx Atmi Context
    buf Typed buffer
    flags flags
 All Classes Namespaces Files Functions Variables

Generated on 29 Aug 2020 for endurox-java by  doxygen 1.6.1