Public Member Functions | Protected Member Functions | Protected Attributes

P2pnsRegisterResponse Class Reference

Class generated from common/CommonMessages.msg by opp_msgc. More...

#include <CommonMessages_m.h>

Inheritance diagram for P2pnsRegisterResponse:
BaseResponseMessage BaseRpcMessage BaseOverlayMessage OverSimMessage OverSimMessage_Base

List of all members.

Public Member Functions

 P2pnsRegisterResponse (const char *name=NULL, int kind=0)
 P2pnsRegisterResponse (const P2pnsRegisterResponse &other)
virtual ~P2pnsRegisterResponse ()
P2pnsRegisterResponseoperator= (const P2pnsRegisterResponse &other)
virtual P2pnsRegisterResponsedup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual BinaryValuegetP2pName ()
virtual const BinaryValuegetP2pName () const
virtual void setP2pName (const BinaryValue &p2pName_var)
virtual BinaryValuegetAddress ()
virtual const BinaryValuegetAddress () const
virtual void setAddress (const BinaryValue &address_var)
virtual bool getIsSuccess () const
virtual void setIsSuccess (bool isSuccess_var)

Protected Member Functions

bool operator== (const P2pnsRegisterResponse &)

Protected Attributes

::BinaryValue p2pName_var
::BinaryValue address_var
bool isSuccess_var

Detailed Description

Class generated from common/CommonMessages.msg by opp_msgc.

 packet P2pnsRegisterResponse extends BaseResponseMessage
 {
     BinaryValue p2pName;  
     BinaryValue address;  
     bool isSuccess;       
 }
 

Definition at line 1619 of file CommonMessages_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

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

Member Function Documentation

virtual P2pnsRegisterResponse* P2pnsRegisterResponse::dup (  )  const [inline, virtual]

Reimplemented from BaseResponseMessage.

Definition at line 1634 of file CommonMessages_m.h.

{return new P2pnsRegisterResponse(*this);}

virtual BinaryValue& P2pnsRegisterResponse::getAddress (  )  [virtual]
virtual const BinaryValue& P2pnsRegisterResponse::getAddress (  )  const [inline, virtual]

Definition at line 1643 of file CommonMessages_m.h.

Referenced by getAddress().

{return const_cast<P2pnsRegisterResponse*>(this)->getAddress();}

virtual bool P2pnsRegisterResponse::getIsSuccess (  )  const [virtual]
virtual BinaryValue& P2pnsRegisterResponse::getP2pName (  )  [virtual]
virtual const BinaryValue& P2pnsRegisterResponse::getP2pName (  )  const [inline, virtual]

Definition at line 1640 of file CommonMessages_m.h.

Referenced by getP2pName().

{return const_cast<P2pnsRegisterResponse*>(this)->getP2pName();}

P2pnsRegisterResponse& P2pnsRegisterResponse::operator= ( const P2pnsRegisterResponse other  ) 
bool P2pnsRegisterResponse::operator== ( const P2pnsRegisterResponse  )  [protected]
virtual void P2pnsRegisterResponse::parsimPack ( cCommBuffer *  b  )  [virtual]

Reimplemented from BaseResponseMessage.

Referenced by doPacking().

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

Reimplemented from BaseResponseMessage.

Referenced by doUnpacking().

virtual void P2pnsRegisterResponse::setAddress ( const BinaryValue address_var  )  [virtual]
virtual void P2pnsRegisterResponse::setIsSuccess ( bool  isSuccess_var  )  [virtual]
virtual void P2pnsRegisterResponse::setP2pName ( const BinaryValue p2pName_var  )  [virtual]

Member Data Documentation

Definition at line 1623 of file CommonMessages_m.h.

Definition at line 1624 of file CommonMessages_m.h.

Definition at line 1622 of file CommonMessages_m.h.


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