ETHERNET_m.h File Reference

#include <omnetpp.h>

Go to the source code of this file.

Classes

class  ETHERNETmsg

Defines

#define MSGC_VERSION   0x0401

Functions

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


Define Documentation

#define MSGC_VERSION   0x0401

Definition at line 11 of file ETHERNET_m.h.


Function Documentation

void doPacking ( cCommBuffer b,
ETHERNETmsg obj 
) [inline]

Definition at line 148 of file ETHERNET_m.h.

00148 {obj.parsimPack(b);}

void doUnpacking ( cCommBuffer b,
ETHERNETmsg obj 
) [inline]

Definition at line 149 of file ETHERNET_m.h.

00149 {obj.parsimUnpack(b);}


Generated on Thu Nov 28 14:47:20 2013 for red_wireless by  doxygen 1.5.7.1