MsgUnitStructArr Struct Reference

Holds an array of Messages. More...

#include <msgUtil.h>

Collaboration diagram for MsgUnitStructArr:

Collaboration graph
[legend]

Data Fields

int isOneway
 Oneway updates are marked with true.
char secretSessionId [256]
 Authenticate callback messages, this sessionId is returned by xmlBlaster and was initially passed from the client on login.
uint32_t len
MsgUnitmsgUnitArr

Detailed Description

Holds an array of Messages.

Definition at line 60 of file msgUtil.h.


Field Documentation

int MsgUnitStructArr::isOneway

Oneway updates are marked with true.

Definition at line 62 of file msgUtil.h.

Referenced by interceptUpdate(), parseMsgUnitArr(), xmlBlasterUnmanagedCEPublishOneway(), and xmlBlasterUnmanagedPublishOneway().

char MsgUnitStructArr::secretSessionId[256]

Authenticate callback messages, this sessionId is returned by xmlBlaster and was initially passed from the client on login.

Definition at line 64 of file msgUtil.h.

Referenced by interceptUpdate(), xmlBlasterUnmanagedCEPublishOneway(), and xmlBlasterUnmanagedPublishOneway().

uint32_t MsgUnitStructArr::len

Definition at line 65 of file msgUtil.h.

Referenced by encodeMsgUnitArr(), freeMsgUnitArrInternal(), interceptUpdate(), main(), myUpdate(), parseMsgUnitArr(), parseQosArr(), sendResponse(), xmlBlasterGet(), xmlBlasterPublishArr(), xmlBlasterPublishOneway(), xmlBlasterUnmanagedCEGet(), xmlBlasterUnmanagedCEPublishOneway(), xmlBlasterUnmanagedGet(), and xmlBlasterUnmanagedPublishOneway().

MsgUnit* MsgUnitStructArr::msgUnitArr

Definition at line 66 of file msgUtil.h.

Referenced by encodeMsgUnitArr(), freeMsgUnitArrInternal(), interceptUpdate(), main(), myUpdate(), parseMsgUnitArr(), parseQosArr(), sendResponse(), xmlBlasterPublishArr(), xmlBlasterPublishOneway(), xmlBlasterUnmanagedCEGet(), xmlBlasterUnmanagedCEPublishOneway(), xmlBlasterUnmanagedGet(), and xmlBlasterUnmanagedPublishOneway().


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