MqContextC - various functions to work on a read-data-package … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadDbg (MqContextC_ARGS) |
internal function: MqReadDbg | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadGetNextType (MqContextC_ARGS) |
Ruby: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadGetNumItems (MqContextC_ARGS) |
Ruby: → C-API get the number of items left in the read-data-package … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadItemExists (MqContextC_ARGS) |
Ruby: → C-API check if an item exists in the read-data-package … | |
static OT_ProcRet | rbmqmsgque_MqContextC_ReadUndo (MqContextC_ARGS) |
Ruby: → 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 1895 of file MqContextC_rb.c.
|
static |
Ruby:
→ 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 1906 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API int32 ctx.ReadGetNumItems()
get the number of items left in the read-data-package …
Definition at line 1916 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API bool ctx.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 1926 of file MqContextC_rb.c.
|
static |
Ruby:
→ C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 1936 of file MqContextC_rb.c.