Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PPPFrame_m.h File Reference

#include <omnetpp.h>
#include "INETDefs.h"

Defines

#define MSGC_VERSION   0x0302

Functions

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

Variables

const int PPP_OVERHEAD_BYTES = 7


Define Documentation

#define MSGC_VERSION   0x0302
 


Function Documentation

void doPacking cCommBuffer *  b,
PPPFrame obj
[inline]
 

00051 {obj.netPack(b);}

void doUnpacking cCommBuffer *  b,
PPPFrame obj
[inline]
 

00052 {obj.netUnpack(b);}


Variable Documentation

const int PPP_OVERHEAD_BYTES = 7
 


Generated on Thu Oct 19 18:22:19 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0