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