MqContextC - various functions to work on a read-data-package … More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqContextC_ReadDbg (MqContextC_ARGS) |
internal function: MqReadDbg | |
static OT_ProcRet | tclmqmsgque_MqContextC_ReadGetNextType (MqContextC_ARGS) |
Tcl: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
static OT_ProcRet | tclmqmsgque_MqContextC_ReadGetNumItems (MqContextC_ARGS) |
Tcl: → C-API get the number of items left in the read-data-package … | |
static OT_ProcRet | tclmqmsgque_MqContextC_ReadItemExists (MqContextC_ARGS) |
Tcl: → C-API check if an item exists in the read-data-package … | |
static OT_ProcRet | tclmqmsgque_MqContextC_ReadUndo (MqContextC_ARGS) |
Tcl: → 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 2319 of file MqContextC_tcl.c.
|
static |
Tcl:
→ 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 2333 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$ctx ReadGetNumItems]
get the number of items left in the read-data-package …
Definition at line 2346 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API bool [$ctx ReadItemExists]
check if an item exists in the read-data-package …
Definition at line 2359 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ReadUndo
undo the last MqContextC READ API function call …
Definition at line 2372 of file MqContextC_tcl.c.