#include <IPv6NDMessage_m.h>
Inheritance diagram for IPv6RouterSolicitation:
IPv6NDMessage.msg
by opp_msgc. message IPv6RouterSolicitation extends IPv6NDMessage { properties: omitGetVerb = true; fields:
MACAddress sourceLinkLayerAddress; };
Public Member Functions | |
IPv6RouterSolicitation (const char *name=NULL, int kind=0) | |
IPv6RouterSolicitation (const IPv6RouterSolicitation &other) | |
virtual | ~IPv6RouterSolicitation () |
IPv6RouterSolicitation & | operator= (const IPv6RouterSolicitation &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual MACAddress & | sourceLinkLayerAddress () |
virtual const MACAddress & | sourceLinkLayerAddress () const |
virtual void | setSourceLinkLayerAddress (const MACAddress &sourceLinkLayerAddress_var) |
Protected Member Functions | |
bool | operator== (const IPv6RouterSolicitation &) |
Protected Attributes | |
MACAddress | sourceLinkLayerAddress_var |
|
|
|
|
|
|
|
Reimplemented from IPv6NDMessage. 00145 {return new IPv6RouterSolicitation(*this);}
|
|
Reimplemented from IPv6NDMessage. |
|
Reimplemented from IPv6NDMessage. |
|
|
|
|
|
|
|
00151 {return const_cast<IPv6RouterSolicitation*>(this)->sourceLinkLayerAddress();}
|
|
|
|
|