Skip to content
Snippets Groups Projects
Commit 735abbc0 authored by rswindell's avatar rswindell
Browse files

Added some helpful comments.

parent a6b078f6
Branches
Tags
No related merge requests found
......@@ -182,7 +182,7 @@
#define SENDER 0x00
#define SENDERAGENT 0x01
#define SENDERNETTYPE 0x02
#define SENDERNETADDR 0x03
#define SENDERNETADDR 0x03 /* Note: SENDERNETTYPE may be NET_NONE and this field present and contain a valid string */
#define SENDEREXT 0x04
#define SENDERPOS 0x05
#define SENDERORG 0x06
......@@ -216,7 +216,7 @@
#define RECIPIENT 0x30
#define RECIPIENTAGENT 0x31
#define RECIPIENTNETTYPE 0x32
#define RECIPIENTNETADDR 0x33
#define RECIPIENTNETADDR 0x33 /* Note: RECIPIENTNETTYPE may be NET_NONE and this field present and contain a valid string */
#define RECIPIENTEXT 0x34
#define RECIPIENTPOS 0x35
#define RECIPIENTORG 0x36
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment