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

EtherApp_m.h File Reference

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

Defines

#define MSGC_VERSION   0x0302
#define ETHERAPP_CLI_SAP   0xf0
#define ETHERAPP_SRV_SAP   0xf1

Functions

void doPacking (cCommBuffer *b, EtherAppReq &obj)
void doUnpacking (cCommBuffer *b, EtherAppReq &obj)
void doPacking (cCommBuffer *b, EtherAppResp &obj)
void doUnpacking (cCommBuffer *b, EtherAppResp &obj)


Define Documentation

#define ETHERAPP_CLI_SAP   0xf0
 

#define ETHERAPP_SRV_SAP   0xf1
 

#define MSGC_VERSION   0x0302
 


Function Documentation

void doPacking cCommBuffer *  b,
EtherAppResp obj
[inline]
 

00099 {obj.netPack(b);}

void doPacking cCommBuffer *  b,
EtherAppReq obj
[inline]
 

00060 {obj.netPack(b);}

void doUnpacking cCommBuffer *  b,
EtherAppResp obj
[inline]
 

00100 {obj.netUnpack(b);}

void doUnpacking cCommBuffer *  b,
EtherAppReq obj
[inline]
 

00061 {obj.netUnpack(b);}


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