INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/xmipv6/MobilityHeader.msg:59
by nedtool.
More...
#include <MobilityHeader_m.h>
Public Member Functions | |
BindingUpdate (const char *name=nullptr, short kind=0) | |
BindingUpdate (const BindingUpdate &other) | |
virtual | ~BindingUpdate () |
BindingUpdate & | operator= (const BindingUpdate &other) |
virtual BindingUpdate * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual unsigned int | getLifetime () const |
virtual void | setLifetime (unsigned int lifetime) |
virtual unsigned int | getSequence () const |
virtual void | setSequence (unsigned int sequence) |
virtual bool | getAckFlag () const |
virtual void | setAckFlag (bool ackFlag) |
virtual bool | getHomeRegistrationFlag () const |
virtual void | setHomeRegistrationFlag (bool homeRegistrationFlag) |
virtual bool | getLinkLocalAddressCompatibilityFlag () const |
virtual void | setLinkLocalAddressCompatibilityFlag (bool linkLocalAddressCompatibilityFlag) |
virtual bool | getKeyManagementFlag () const |
virtual void | setKeyManagementFlag (bool keyManagementFlag) |
virtual IPv6Address & | getHomeAddressMN () |
virtual const IPv6Address & | getHomeAddressMN () const |
virtual void | setHomeAddressMN (const IPv6Address &homeAddressMN) |
virtual int | getBindingAuthorizationData () const |
virtual void | setBindingAuthorizationData (int bindingAuthorizationData) |
Public Member Functions inherited from inet::MobilityHeader | |
MobilityHeader (const char *name=nullptr, short kind=0) | |
MobilityHeader (const MobilityHeader &other) | |
virtual | ~MobilityHeader () |
MobilityHeader & | operator= (const MobilityHeader &other) |
virtual int | getMobilityHeaderType () const |
virtual void | setMobilityHeaderType (int mobilityHeaderType) |
Protected Member Functions | |
bool | operator== (const BindingUpdate &) |
Protected Member Functions inherited from inet::MobilityHeader | |
bool | operator== (const MobilityHeader &) |
Protected Attributes | |
unsigned int | lifetime |
unsigned int | sequence |
bool | ackFlag |
bool | homeRegistrationFlag |
bool | linkLocalAddressCompatibilityFlag |
bool | keyManagementFlag |
IPv6Address | homeAddressMN |
int | bindingAuthorizationData |
Protected Attributes inherited from inet::MobilityHeader | |
int | mobilityHeaderType |
Private Member Functions | |
void | copy (const BindingUpdate &other) |
Class generated from inet/networklayer/xmipv6/MobilityHeader.msg:59
by nedtool.
packet BindingUpdate extends MobilityHeader { unsigned int lifetime; unsigned int sequence; bool ackFlag; //A-Flag (Acknowledge Flag) bool homeRegistrationFlag; //H-Flag (Home Registration Flag) bool linkLocalAddressCompatibilityFlag; //L-Flag (Link Local Address Compatibility Flag) bool keyManagementFlag = false; //K-Flag (Key Management Flag) //Mobility Options not defined IPv6Address homeAddressMN; //As BU is supposed to be sent with Home Address Option, therefore i make this part of BU Msg.
// for CN communication; value different from 0 shows that it is used int bindingAuthorizationData = 0; // 28.08.07 - CB }
//Defining the status fields for the Binding Acknowledgement Message
inet::BindingUpdate::BindingUpdate | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::BindingUpdate::BindingUpdate | ( | const BindingUpdate & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::MobilityHeader.
|
virtual |
Referenced by inet::xMIPv6::processBUMessage().
|
virtual |
Referenced by inet::xMIPv6::processBUMessage(), and inet::xMIPv6::validateBUMessage().
|
virtual |
|
inlinevirtual |
Referenced by getHomeAddressMN().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::xMIPv6::processBUMessage(), inet::xMIPv6::updateBUL(), and inet::xMIPv6::validateBUMessage().
|
virtual |
|
virtual |
Referenced by inet::xMIPv6::processBUMessage(), inet::xMIPv6::updateBUL(), and inet::xMIPv6::validateBUMessage().
BindingUpdate& inet::BindingUpdate::operator= | ( | const BindingUpdate & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::MobilityHeader.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::MobilityHeader.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
virtual |
Referenced by inet::xMIPv6::createAndSendBUMessage().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |