MqContextC - various functions to work on a context … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_GetBuffer (MqContextC_ARGS) |
Python: → C-API get the MqContextS::ctxbuf object | |
static OT_ProcRet | py_mqmsgque_MqContextC_GetRoot (MqContextC_ARGS) |
Python: → C-API get the Root (toplevel initial context) | |
static OT_ProcRet | py_mqmsgque_MqContextC_ToString (MqContextC_ARGS) |
Python: → C-API String-Slot - returns the string representation of the inst … | |
static OT_ProcRet | py_mqmsgque_MqContextC_Exit (MqContextC_ARGS) |
Python: → C-API delete the context and exit the current process or thread … | |
static OT_ProcRet | py_mqmsgque_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 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 1865 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkBufferC ctx.GetBuffer()
get the MqContextS::ctxbuf object
Definition at line 1822 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqContextC ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 1836 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 1889 of file MqContextC_py.c.
|
static |
Python:
→ C-API string ctx.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 1852 of file MqContextC_py.c.