MqContextC - various functions to work on a read-data-package … More...
Collaboration diagram for MqContextC_ReadApi_Misc_PY_API:Functions | |
| static OT_ProcRet | pymqmsgque_MqContextC_ReadDbg (MqContextC_ARGS) |
| internal function: MqReadDbg | |
| static OT_ProcRet | pymqmsgque_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 | pymqmsgque_MqContextC_ReadGetNumItems (MqContextC_ARGS) |
Python: → C-API get the number of items left in the read-data-package … | |
| static OT_ProcRet | pymqmsgque_MqContextC_ReadItemExists (MqContextC_ARGS) |
Python: → C-API check if an item exists in the read-data-package … | |
| static OT_ProcRet | pymqmsgque_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 2266 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 2280 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 2293 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 2306 of file MqContextC_py.c.
|
static |
Python: → C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 2319 of file MqContextC_py.c.