MQ_CTX getCTX() const
return the LibMsgqueObject from current MqContextC instance
struct MqContextS * MQ_CTX
class-shortcut for struct MqContextS *, all shortcut using the XX_YYY syntax (only for public API) …
enum MkErrorE(* MqTokenF)(MQ_SERVICE_CALL_ARGS)
prototype for an object method function …
void(* MqDataFreeF)(MQ_SERVICE_FREE_ARGS)
prototype for a free additional token data function …
MkBufferListC * Send(MK_STRN cstr,...)
C++: ctx.Send(MK_STRN cstr, ... ) → C-API user friendly replacement for the MqContextC_SendApi_...
MkBufferListC * SendVA(MK_STRN cstr, MqTokenF const fCall, MK_PTR data, MqDataFreeF fFree, va_list ap)