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

Message (Envelope and Content)

Examples:
examples/x400_mtrcv.c, examples/x400_mtsend.c, and examples/x400_mttutorial.c.

Definition at line 29 of file x400_att.h.

◆ X400_MSG_REPORT

#define X400_MSG_REPORT   2

Report (Envelope, Report content and optional returned content)

Examples:
examples/x400_mtrcv.c, examples/x400_mtsend_rep.c, and examples/x400_mttutorial.c.

Definition at line 32 of file x400_att.h.

◆ X400_MSG_PROBE

#define X400_MSG_PROBE   3

Probe (Envelope only)

Examples:
examples/x400_mtrcv.c, and examples/x400_mttutorial.c.

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.