MqDumpC - various functions to create, initialize and destroy a dump … More...
Collaboration diagram for MqDumpC_TOR_PY_API:MqDumpC - various functions to create, initialize and destroy a dump …
|
static |
Python: → C-API binary dump.BinGet()
export the binary data from an MqDumpS object
Definition at line 360 of file MqDumpC_py.c.
|
static |
Python: → C-API [constructor,static] MqDumpC MqDumpC.BinSet(data:binary)
create an MqDumpS object from binary data
Definition at line 341 of file MqDumpC_py.c.
|
static |
Python: → C-API [constructor,static] MqDumpC MqDumpC.Error(error:MqContextC, ?dumpP_inout:MqDumpC=None?)
export the context->error into the dump-package …
Definition at line 284 of file MqDumpC_py.c.
|
static |
Python: → C-API [constructor,static] MqDumpC MqDumpC.Export(ctx:MqContextC, ?dumpP_inout:MqDumpC=None?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 302 of file MqDumpC_py.c.
|
static |
Python: → C-API dump.Import(ctx:MqContextC)
import the dump-package into the ctx-read-data-package …
Definition at line 374 of file MqDumpC_py.c.
|
static |
Python: → C-API [constructor,static] MqDumpC MqDumpC.new(ctx:MqContextC, ?dumpP_inout:MqDumpC=None?)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 321 of file MqDumpC_py.c.