|
INET Framework for OMNeT++/OMNEST
|
Go to the source code of this file.
Classes | |
| class | PingPayload |
Defines | |
| #define | MSGC_VERSION 0x0402 |
Functions | |
| void | doPacking (cCommBuffer *b, PingPayload &obj) |
| void | doUnpacking (cCommBuffer *b, PingPayload &obj) |
| #define MSGC_VERSION 0x0402 |
Definition at line 11 of file PingPayload_m.h.
| void doPacking | ( | cCommBuffer * | b, |
| PingPayload & | obj | ||
| ) | [inline] |
Definition at line 68 of file PingPayload_m.h.
{obj.parsimPack(b);}
| void doUnpacking | ( | cCommBuffer * | b, |
| PingPayload & | obj | ||
| ) | [inline] |
Definition at line 69 of file PingPayload_m.h.
{obj.parsimUnpack(b);}