#include <omnetpp.h>
#include <TransportAddress.h>
Go to the source code of this file.
Classes |
| class | TCPExampleMessage |
| | Class generated from applications/tcpexampleapp/TCPExampleMessage.msg by opp_msgc. More...
|
Macro Definition Documentation
| #define MSGC_VERSION 0x0402 |
Enumeration Type Documentation
Enum generated from applications/tcpexampleapp/TCPExampleMessage.msg by opp_msgc.
enum MessageType
{
TCPEXMSG_PING = 1;
TCPEXMSG_PONG = 2;
}
- Enumerator:
| MYMSG_PING |
|
| MYMSG_PONG |
|
| TCPEXMSG_PING |
|
| TCPEXMSG_PONG |
|
Definition at line 32 of file TCPExampleMessage_m.h.
Function Documentation