gwenhywfar  4.8.0beta
Modules | Macros

Modules

 Trust Data Handling
 
 Message Engine
 

Macros

#define GWEN_MSGENGINE_MAX_VALUE_LEN   8192
 
#define GWEN_MSGENGINE_SHOW_FLAGS_NOSET   0x0001
 

Read Flags

#define GWEN_MSGENGINE_READ_FLAGS_TRUSTINFO   0x0001
 
#define GWEN_MSGENGINE_READ_FLAGS_DEFAULT   0
 

Detailed Description

This group contains function providing creating and parsing messages based on an XML-alike file.

Macro Definition Documentation

#define GWEN_MSGENGINE_MAX_VALUE_LEN   8192

Definition at line 116 of file msgengine.h.

Referenced by GWEN_MsgEngine__ReadGroup().

#define GWEN_MSGENGINE_READ_FLAGS_DEFAULT   0

Definition at line 122 of file msgengine.h.

#define GWEN_MSGENGINE_READ_FLAGS_TRUSTINFO   0x0001

Definition at line 121 of file msgengine.h.

Referenced by GWEN_MsgEngine__ReadValue(), and GWEN_MsgEngine_ReadMessage().

#define GWEN_MSGENGINE_SHOW_FLAGS_NOSET   0x0001

Definition at line 115 of file msgengine.h.

Referenced by GWEN_MsgEngine__ListElement(), and GWEN_MsgEngine__ShowElement().