RINASim  October 2016
Documentation of framework for OMNeT++
APIObjBase Class Reference

#include <APIObjBase.h>

Inheritance diagram for APIObjBase:
APIReqObj APIResult APIRetObj APISocketObj

Public Member Functions

 APIObjBase ()
 
virtual ~APIObjBase ()
 
void setCDAPConId (unsigned long id)
 
unsigned long getCDAPConId ()
 
void setInvokeId (unsigned long id)
 
unsigned long getInvokeId ()
 

Private Attributes

unsigned long CDAPConId
 
unsigned long invokeID
 

Detailed Description

Definition at line 29 of file APIObjBase.h.

Constructor & Destructor Documentation

APIObjBase::APIObjBase ( )

Definition at line 25 of file APIObjBase.cc.

APIObjBase::~APIObjBase ( )
virtual

Definition at line 28 of file APIObjBase.cc.

Member Function Documentation

unsigned long APIObjBase::getCDAPConId ( )
unsigned long APIObjBase::getInvokeId ( )

Definition at line 44 of file APIObjBase.cc.

Referenced by APPing::onA_getOpen(), and APStream::onA_getOpen().

void APIObjBase::setCDAPConId ( unsigned long  id)
void APIObjBase::setInvokeId ( unsigned long  id)

Definition at line 40 of file APIObjBase.cc.

Referenced by AP::a_read(), AP::a_write(), and AE::CACEFinished().

Member Data Documentation

unsigned long APIObjBase::CDAPConId
private

Definition at line 41 of file APIObjBase.h.

Referenced by getCDAPConId(), and setCDAPConId().

unsigned long APIObjBase::invokeID
private

Definition at line 42 of file APIObjBase.h.

Referenced by getInvokeId(), and setInvokeId().


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