LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
LibraryMessageType.h
1 #ifndef RHESUS_LIBRARY_MESSAGETYPE_H_
2 #define RHESUS_LIBRARY_MESSAGETYPE_H_
3 
4 namespace Rhesus
5 {
6 namespace Messenger
7 {
12  namespace LibraryMessageType
13  {
14  enum Enum
15  {
16  MESSAGE_ACK = 0x00,
17  CONNECTION_REQUEST = 0x10,
18  CONNECTION_CONFIRM = 0x11,
19  };
20  };
21 }
22 }
23 
24 #endif