MqContextC - various functions to work on a read-data-package … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadDbg (MqContextC_ARGS) |
internal function: MqReadDbg | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadGetNextType (MqContextC_ARGS) |
Python: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadGetNumItems (MqContextC_ARGS) |
Python: → C-API get the number of items left in the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadItemExists (MqContextC_ARGS) |
Python: → C-API check if an item exists in the read-data-package … | |
static OT_ProcRet | py_mqmsgque_MqContextC_ReadUndo (MqContextC_ARGS) |
Python: → C-API undo the last MqContextC READ API function call … | |
MqContextC - various functions to work on a read-data-package …
|
static |
internal function: MqReadDbg
Definition at line 2291 of file MqContextC_py.c.
|
static |
Python:
→ C-API MkTypeE ctx.ReadGetNextType()
get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available
Definition at line 2305 of file MqContextC_py.c.
|
static |
Python:
→ C-API int32 ctx.ReadGetNumItems()
get the number of items left in the read-data-package …
Definition at line 2318 of file MqContextC_py.c.
|
static |
Python:
→ C-API bool ctx.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 2331 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 2344 of file MqContextC_py.c.