MT X.400 API
P772 ACP127 Notification Type values
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 1648 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 1651 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 1654 of file x400_att.h.