Message Types

Macros

#define X400_MSG_MESSAGE   1
 
#define X400_MSG_REPORT   2
 
#define X400_MSG_PROBE   3
 
#define X400_MSG_SUBMITTED_MESSAGE   4
 

Detailed Description

Macro Definition Documentation

◆ X400_MSG_MESSAGE

#define X400_MSG_MESSAGE   1

◆ X400_MSG_REPORT

#define X400_MSG_REPORT   2

Report (Envelope, Report content and optional returned content)

Definition at line 32 of file x400_att.h.

◆ X400_MSG_PROBE

#define X400_MSG_PROBE   3

Probe (Envelope only)

Definition at line 35 of file x400_att.h.

◆ X400_MSG_SUBMITTED_MESSAGE

#define X400_MSG_SUBMITTED_MESSAGE   4

Submitted message (Envelope and Content)

Definition at line 38 of file x400_att.h.