INET Framework for OMNeT++/OMNEST
PPPFrame Class Reference

#include <PPPFrame_m.h>

List of all members.

Public Member Functions

 PPPFrame (const char *name=NULL, int kind=0)
 PPPFrame (const PPPFrame &other)
virtual ~PPPFrame ()
PPPFrameoperator= (const PPPFrame &other)
virtual PPPFramedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const PPPFrame &)

Private Member Functions

void copy (const PPPFrame &other)

Detailed Description

Class generated from linklayer/ppp/PPPFrame.msg by opp_msgc.

 packet PPPFrame
 {
 }
 

Definition at line 31 of file PPPFrame_m.h.


Constructor & Destructor Documentation

PPPFrame::PPPFrame ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().

PPPFrame::PPPFrame ( const PPPFrame other)
virtual PPPFrame::~PPPFrame ( ) [virtual]

Member Function Documentation

void PPPFrame::copy ( const PPPFrame other) [private]
virtual PPPFrame* PPPFrame::dup ( ) const [inline, virtual]

Definition at line 47 of file PPPFrame_m.h.

{return new PPPFrame(*this);}
PPPFrame& PPPFrame::operator= ( const PPPFrame other)
bool PPPFrame::operator== ( const PPPFrame ) [protected]
virtual void PPPFrame::parsimPack ( cCommBuffer *  b) [virtual]

Referenced by doPacking().

virtual void PPPFrame::parsimUnpack ( cCommBuffer *  b) [virtual]

Referenced by doUnpacking().


The documentation for this class was generated from the following file: