P772 ACP127 Notification Type values
Message Types » Error codes » Recipient Type Indicators » O/R Addressing attributes » SAN GDI and MTA certificate X.400 Envelope attributes » X.400 Envelope attributes » Message Security Attributes » Content Integrity Check information. » Argument status bits » type selectors » Redirection Reason » MTA Internal trace information » P772 Address List Indicator Object Attributes
Modules | |
| P772 ACP127 Notification Reponse | |
Macros | |
| #define | X400_ACP127_NOTI_TYPE_NEG 0x00001 |
| #define | X400_ACP127_NOTI_TYPE_POS 0x00002 |
| #define | X400_ACP127_NOTI_TYPE_TRANS 0x00004 |
Detailed Description
These are the possible values the ACP127 Notification type can be.
Macro Definition Documentation
◆ X400_ACP127_NOTI_TYPE_NEG
| #define X400_ACP127_NOTI_TYPE_NEG 0x00001 |
X.400 Acp127 Notification Type: Negative Notification
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1680 of file x400_att.h.
◆ X400_ACP127_NOTI_TYPE_POS
| #define X400_ACP127_NOTI_TYPE_POS 0x00002 |
X.400 Acp127 Notification Type: Positive Notification
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1683 of file x400_att.h.
◆ X400_ACP127_NOTI_TYPE_TRANS
| #define X400_ACP127_NOTI_TYPE_TRANS 0x00004 |
X.400 Acp127 Notification Type: Transfer Notification
- Examples
- examples/x400_mtrcv.c, and examples/x400_mtsend.c.
Definition at line 1686 of file x400_att.h.