MqContextC - various function to 'set' the configuration-data in a context … More...
MqContextC - various function to 'set' the configuration-data in a context …
|
static |
Python:
→ C-API bool ctx.ConfigCheckStartAs(data:MqStartE)
check if MqConfigS::startAs can be set to data
Definition at line 1008 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetAllDebug(data:int32)
set the MkRuntimeS::debug value
Definition at line 1023 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetBuffersize(data:int32)
set the MqIoConfigS::buffersize value
Definition at line 1039 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetDaemon(pidfile:string)
start the server-context as daemon …
Definition at line 1055 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIdentFrom(data:MqIdentE)
set the MqConfigS::identFrom value
Definition at line 1071 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIgnoreExit(data:bool)
set the MqSetupS::ignoreExit value
Definition at line 1087 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoPipe(fh:int32)
set the pipe configuration data …
Definition at line 1103 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoTcp(?host:string="None"?, ?port:string="None"?, ?myhost:string="None"?, ?myport:string="None"?)
configure a context to use a tcp-client-server-link …
Definition at line 1119 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoTcpL(vals:MkBufferListC)
configure a context to use a tcp-client-server-link …
Definition at line 1141 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIoUds(file:string)
configure a context to use a uds-client-server-link …
Definition at line 1157 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIsServer(data:bool)
set the MqSetupS::isServer value
Definition at line 1173 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetIsString(data:bool)
set the MqConfigS::native value 'S'string or 'L'owEndian or 'B'igEndian
Definition at line 1189 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetName(data:string)
set the MqConfigS::dispName value and cleanup old value
Definition at line 1205 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPkgsize(data:int32)
set the MqIoConfigS::pkgsize value
Definition at line 1221 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPostfix(data:string)
set the client-part (2) of the application-identifer MqConfigS::dispName …
Definition at line 1237 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetPrefix(data:string)
set the server-part (1) of the application-identifer MqConfigS::dispName …
Definition at line 1253 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStartAs(data:MqStartE)
set the MqConfigS::startAs value
Definition at line 1269 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStartAsString(data:string)
set the MqConfigS::startAs value using string default
, thread
, fork
or spawn
Definition at line 1285 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetStorage(data:string)
set the Storage value and cleanup old value
Definition at line 1301 of file MqContextC_py.c.
|
static |
Python:
→ C-API ctx.ConfigSetTimeout(data:MkTimeoutE|int32)
set the MqIoConfigS::timeout value
Definition at line 1317 of file MqContextC_py.c.