VLANs(802.1Q)forOMNet++  0.5Beta
Ieee802VlanCtrl_m.h File Reference
#include <omnetpp.h>
#include "MACAddress.h"
#include "Ieee802Ctrl_m.h"

Classes

class  Ieee802VlanCtrl
 Class generated from linklayer/Ieee802VlanCtrl.msg by opp_msgc. More...

Defines

#define MSGC_VERSION   0x0401

Functions

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

Define Documentation

#define MSGC_VERSION   0x0401

Function Documentation

void doPacking ( cCommBuffer *  b,
Ieee802VlanCtrl obj 
) [inline]
{obj.parsimPack(b);}
void doUnpacking ( cCommBuffer *  b,
Ieee802VlanCtrl obj 
) [inline]
{obj.parsimUnpack(b);}
 All Classes Files Functions Variables Typedefs Friends Defines