MqContextC - various function to 'get' the configuration-data from a context … More...
MqContextC - various function to 'get' the configuration-data from a context …
|
inline |
C#:
→ C-API int ctx.ConfigGetBuffersize()
get the minimum of the read/send buffersize of the socket
Definition at line 396 of file MqContextC.cs.
|
inline |
C#:
→ C-API MqIdentE ctx.ConfigGetIdentFrom()
get the MqConfigS.identFrom
Definition at line 402 of file MqContextC.cs.
|
inline |
C#:
→ C-API int ctx.ConfigGetIoPipe()
return the MqIoPipeConfigS
Definition at line 408 of file MqContextC.cs.
|
inline |
C#:
→ 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 496 of file MqContextC.cs.
|
inline |
C#:
→ C-API MkBufferListC ctx.ConfigGetIoTcpL()
get the configuration-data of the tcp-client-server-link as MkBufferListC …
Definition at line 386 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ConfigGetIoUds()
return the MqIoUdsConfigS
Definition at line 414 of file MqContextC.cs.
|
inline |
C#:
→ C-API bool ctx.ConfigGetIsParent()
does the context object is a parent ? An objext is a parent id the MqConfigS.parent attribute is null
Definition at line 420 of file MqContextC.cs.
|
inline |
C#:
→ C-API bool ctx.ConfigGetIsServer()
does the context object is a server ?
Definition at line 426 of file MqContextC.cs.
|
inline |
C#:
→ C-API bool ctx.ConfigGetIsString()
does the context object is using the string-mode ?
Definition at line 432 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ConfigGetName()
get the name of the context object
Definition at line 438 of file MqContextC.cs.
|
inline |
C#:
→ C-API int ctx.ConfigGetPkgsize()
get the maximun size of a BDY package
Definition at line 444 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ConfigGetPostfix()
get the MqConfigS.dispPostfix
Definition at line 450 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ConfigGetPrefix()
get the MqConfigS.dispPrefix
Definition at line 456 of file MqContextC.cs.
|
inline |
C#:
→ C-API MqStartE ctx.ConfigGetStartAs()
return the MqConfigS.startAs value
Definition at line 462 of file MqContextC.cs.
|
inline |
C#:
→ C-API MqStatusIsEF ctx.ConfigGetStatusIs()
return the MqContextS.statusIs value
Definition at line 468 of file MqContextC.cs.
|
inline |
C#:
→ C-API string ctx.ConfigGetStorage()
get the storage of the context object
Definition at line 474 of file MqContextC.cs.
|
inline |
C#:
→ C-API long ctx.ConfigGetTimeout()
get the timeout value of the context object
Definition at line 480 of file MqContextC.cs.
|
inline |
C#:
→ C-API ctx.ConfigSetConfigFile(string filename)
set the config-file and parse for well-known config-items
Definition at line 486 of file MqContextC.cs.