Loading...
Searching...
No Matches

Basic configuration of a context … More...

#include <LibMqMsgque_mq.h>

+ Collaboration diagram for MqIoConfigS:

Data Fields

MK_TIME_T timeout
 user defined timeout to terminate a blocking function call (default: 90 sec)
 
MK_I32 buffersize
 set the OS specific value for the socket-operation-buffer (default: OS specific)
 
MK_I32 pkgsize
 set maximum package size (default: 10 KiB)
 
enum MqIoComE com
 what kind of socket interface to use?
 
struct MqIoUdsConfigS uds
 set uds configuration-data
 
struct MqIoTcpConfigS tcp
 set tcp configuration-data
 
struct MqIoPipeConfigS pipe
 set pipe configuration-data
 
struct MqIoLoopConfigS loop
 set loop configuration-data
 
struct MqIoInitConfigS init
 set init configuration-data
 

Detailed Description

Basic configuration of a context …

Definition at line 1651 of file LibMqMsgque_mq.h.

Field Documentation

◆ buffersize

MK_I32 MqIoConfigS::buffersize

set the OS specific value for the socket-operation-buffer (default: OS specific)

Definition at line 1660 of file LibMqMsgque_mq.h.

◆ com

enum MqIoComE MqIoConfigS::com

what kind of socket interface to use?

type default option application context
INTEGER (enum) MQ_IO_PIPE –tcp/–uds/–pipe server parent

Definition at line 1671 of file LibMqMsgque_mq.h.

◆ init

struct MqIoInitConfigS MqIoConfigS::init

set init configuration-data

Definition at line 1686 of file LibMqMsgque_mq.h.

◆ loop

struct MqIoLoopConfigS MqIoConfigS::loop

set loop configuration-data

Definition at line 1683 of file LibMqMsgque_mq.h.

◆ pipe

struct MqIoPipeConfigS MqIoConfigS::pipe

set pipe configuration-data

Definition at line 1680 of file LibMqMsgque_mq.h.

◆ pkgsize

MK_I32 MqIoConfigS::pkgsize

set maximum package size (default: 10 KiB)

Definition at line 1663 of file LibMqMsgque_mq.h.

◆ tcp

struct MqIoTcpConfigS MqIoConfigS::tcp

set tcp configuration-data

Definition at line 1677 of file LibMqMsgque_mq.h.

◆ timeout

MK_TIME_T MqIoConfigS::timeout

user defined timeout to terminate a blocking function call (default: 90 sec)

Definition at line 1657 of file LibMqMsgque_mq.h.

◆ uds

struct MqIoUdsConfigS MqIoConfigS::uds

set uds configuration-data

Definition at line 1674 of file LibMqMsgque_mq.h.


The documentation for this struct was generated from the following file: