MqContextC - various function to 'get' the configuration-data from a context … More...
MqContextC - various function to 'get' the configuration-data from a context …
|
static |
Tcl:
→ C-API int32 [$ctx ConfigGetBuffersize]
get the minimum of the read/send buffersize of the socket
Definition at line 696 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MqIdentE [$ctx ConfigGetIdentFrom]
get the MqConfigS::identFrom
Definition at line 709 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$ctx ConfigGetIoPipe]
return the MqIoPipeConfigS
Definition at line 722 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API {host:string port:string myhost:string myport:string} [$ctx ConfigGetIoTcp]
get the configuration-data of the tcp-client-server-link …
Definition at line 909 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$ctx ConfigGetIoTcpL]
get the configuration-data of the tcp-client-server-link as MkBufferListC …
Definition at line 679 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API string [$ctx ConfigGetIoUds]
return the MqIoUdsConfigS
Definition at line 735 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API bool [$ctx ConfigGetIsParent]
does the context object is a parent ? An objext is a parent id the MqConfigS::parent attribute is "MK_NULL"
Definition at line 748 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API bool [$ctx ConfigGetIsServer]
does the context object is a server ?
Definition at line 761 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API bool [$ctx ConfigGetIsString]
does the context object is using the string-mode ?
Definition at line 774 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API string [$ctx ConfigGetName]
get the name of the context object
Definition at line 787 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$ctx ConfigGetPkgsize]
get the maximun size of a BDY package
Definition at line 800 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API string [$ctx ConfigGetPostfix]
get the MqConfigS::dispPostfix
Definition at line 813 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API string [$ctx ConfigGetPrefix]
get the MqConfigS::dispPrefix
Definition at line 826 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MqStartE [$ctx ConfigGetStartAs]
return the MqConfigS::startAs value
Definition at line 839 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MqStartE [$ctx ConfigGetStartAs]
return the MqConfigS::startAs value
Definition at line 444 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MqStatusIsEF [$ctx ConfigGetStatusIs]
return the MqContextS::statusIs value
Definition at line 852 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MqStatusIsEF [$ctx ConfigGetStatusIs]
return the MqContextS::statusIs value
Definition at line 458 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API string [$ctx ConfigGetStorage]
get the storage of the context object
Definition at line 865 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MkTimeoutE|int32 [$ctx ConfigGetTimeout]
get the timeout value of the context object
Definition at line 878 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API $ctx ConfigSetConfigFile filename:string
set the config-file and parse for well-known config-items
Definition at line 891 of file MqContextC_tcl.c.