MqContextC - various functions to work on a context … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqContextC_GetBuffer (MqContextC_ARGS) |
Python: → C-API get the MqContextS::ctxbuf object | |
static OT_ProcRet | pymqmsgque_MqContextC_GetRoot (MqContextC_ARGS) |
Python: → C-API get the Root (toplevel initial context) | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymqmsgque_MqContextC_ToString (MqContextC_ARGS) |
static OT_ProcRet | pymqmsgque_MqContextC_Exit (MqContextC_ARGS) |
Python: → C-API delete the context and exit the current process or thread … | |
static OT_ProcRet | pymqmsgque_MqContextC_ProcessEvent (MqContextC_ARGS) |
Python: → C-API enter the event-loop and wait for an incoming service-request. … | |
MqContextC - various functions to work on a context …
|
static |
Python:
→ C-API int32 ctx.Exit(?callfunc:string="MK_NULL"?, ?callfile:string="MK_NULL"?, ?callline:int32=-1?)
delete the context and exit the current process or thread …
Definition at line 1841 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkBufferC ctx.GetBuffer()
get the MqContextS::ctxbuf object
Definition at line 1807 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqContextC ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 1821 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ProcessEvent(?wait:MqWaitOnEventE=NO?, ?timeout:MkTimeoutE|int32=DEFAULT?)
enter the event-loop and wait for an incoming service-request. …
Definition at line 1864 of file MqContextC_py.c.
|
static |
Definition at line 1838 of file MqContextC_py.c.