MqDumpC - various functions to create, initialize and destroy a dump … More...
Collaboration diagram for MqDumpC_TOR_CS_API:MqDumpC - various functions to create, initialize and destroy a dump …
|
inline |
C#: → C-API byte[] dump.BinGet()
export the binary data from an MqDumpS object
Definition at line 230 of file MqDumpC.cs.
|
inlinestatic |
C#: → C-API [constructor,static] MqDumpC MqDumpC.BinSet(byte[] data)
create an MqDumpS object from binary data
Definition at line 216 of file MqDumpC.cs.
|
inlinestaticprotected |
C#: → C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, MqDumpC dumpP_inout = null)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 184 of file MqDumpC.cs.
|
inlinestatic |
C#: → C-API [constructor,static] MqDumpC MqDumpC.Error(MqContextC error, MqDumpC dumpP_inout = null)
export the context->error into the dump-package …
Definition at line 193 of file MqDumpC.cs.
|
inlinestatic |
C#: → C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, MqDumpC dumpP_inout = null)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 205 of file MqDumpC.cs.
|
inline |
C#: → C-API dump.Import(MqContextC ctx)
import the dump-package into the ctx-read-data-package …
Definition at line 239 of file MqDumpC.cs.
|
inline |
CONSTRUCTOR.
C#: → C-API [constructor,static] MqDumpC MqDumpC.Export(MqContextC ctx, MqDumpC dumpP_inout = null)
create a MqDumpC as export of the ctx-read-data-package …
Definition at line 202 of file MqDumpC.cs.