INET Framework for OMNeT++/OMNEST
RTPSenderControlMessage_m.h File Reference
#include <omnetpp.h>
#include "INETDefs.h"

Go to the source code of this file.

Classes

class  RTPSenderControlMessage

Defines

#define MSGC_VERSION   0x0402

Functions

void doPacking (cCommBuffer *b, RTPSenderControlMessage &obj)
void doUnpacking (cCommBuffer *b, RTPSenderControlMessage &obj)

Define Documentation

#define MSGC_VERSION   0x0402

Definition at line 11 of file RTPSenderControlMessage_m.h.


Function Documentation

void doPacking ( cCommBuffer *  b,
RTPSenderControlMessage obj 
) [inline]

Definition at line 65 of file RTPSenderControlMessage_m.h.

{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
RTPSenderControlMessage obj 
) [inline]

Definition at line 66 of file RTPSenderControlMessage_m.h.

{obj.parsimUnpack(b);}