common/CommonMessages.msg by opp_msgc.
More...
#include <CommonMessages_m.h>

Public Member Functions | |
| P2pnsRegisterResponse (const char *name=NULL, int kind=0) | |
| P2pnsRegisterResponse (const P2pnsRegisterResponse &other) | |
| virtual | ~P2pnsRegisterResponse () |
| P2pnsRegisterResponse & | operator= (const P2pnsRegisterResponse &other) |
| virtual P2pnsRegisterResponse * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual BinaryValue & | getP2pName () |
| virtual const BinaryValue & | getP2pName () const |
| virtual void | setP2pName (const BinaryValue &p2pName_var) |
| virtual BinaryValue & | getAddress () |
| virtual const BinaryValue & | getAddress () 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 |
common/CommonMessages.msg by opp_msgc.
packet P2pnsRegisterResponse extends BaseResponseMessage { BinaryValue p2pName; BinaryValue address; bool isSuccess; }
Definition at line 1622 of file CommonMessages_m.h.
| P2pnsRegisterResponse::P2pnsRegisterResponse | ( | const char * | name = NULL, |
|
| int | kind = 0 | |||
| ) |
Referenced by dup().
| P2pnsRegisterResponse::P2pnsRegisterResponse | ( | const P2pnsRegisterResponse & | other | ) |
| virtual P2pnsRegisterResponse::~P2pnsRegisterResponse | ( | ) | [virtual] |
| virtual P2pnsRegisterResponse* P2pnsRegisterResponse::dup | ( | ) | const [inline, virtual] |
Reimplemented from BaseResponseMessage.
Definition at line 1637 of file CommonMessages_m.h.
01637 {return new P2pnsRegisterResponse(*this);}
| virtual const BinaryValue& P2pnsRegisterResponse::getAddress | ( | ) | const [inline, virtual] |
Definition at line 1646 of file CommonMessages_m.h.
Referenced by getAddress().
01646 {return const_cast<P2pnsRegisterResponse*>(this)->getAddress();}
| virtual BinaryValue& P2pnsRegisterResponse::getAddress | ( | ) | [virtual] |
| virtual bool P2pnsRegisterResponse::getIsSuccess | ( | ) | const [virtual] |
| virtual const BinaryValue& P2pnsRegisterResponse::getP2pName | ( | ) | const [inline, virtual] |
Definition at line 1643 of file CommonMessages_m.h.
Referenced by getP2pName().
01643 {return const_cast<P2pnsRegisterResponse*>(this)->getP2pName();}
| virtual BinaryValue& P2pnsRegisterResponse::getP2pName | ( | ) | [virtual] |
| P2pnsRegisterResponse& P2pnsRegisterResponse::operator= | ( | const P2pnsRegisterResponse & | other | ) |
| bool P2pnsRegisterResponse::operator== | ( | const P2pnsRegisterResponse & | ) | [protected] |
| virtual void P2pnsRegisterResponse::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void P2pnsRegisterResponse::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
| virtual void P2pnsRegisterResponse::setAddress | ( | const BinaryValue & | address_var | ) | [virtual] |
Referenced by P2pns::handleDHTputCAPIResponse().
| virtual void P2pnsRegisterResponse::setIsSuccess | ( | bool | isSuccess_var | ) | [virtual] |
Referenced by P2pns::handleDHTputCAPIResponse().
| virtual void P2pnsRegisterResponse::setP2pName | ( | const BinaryValue & | p2pName_var | ) | [virtual] |
Referenced by P2pns::handleDHTputCAPIResponse().
BinaryValue P2pnsRegisterResponse::address_var [protected] |
Definition at line 1626 of file CommonMessages_m.h.
bool P2pnsRegisterResponse::isSuccess_var [protected] |
Definition at line 1627 of file CommonMessages_m.h.
BinaryValue P2pnsRegisterResponse::p2pName_var [protected] |
Definition at line 1625 of file CommonMessages_m.h.
1.5.8