|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv4/IGMPMessage.msg:71 by nedtool.
More...
#include <IGMPMessage_m.h>
Public Member Functions | |
| IGMPv2Report (const char *name=nullptr, short kind=0) | |
| IGMPv2Report (const IGMPv2Report &other) | |
| virtual | ~IGMPv2Report () |
| IGMPv2Report & | operator= (const IGMPv2Report &other) |
| virtual IGMPv2Report * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual IPv4Address & | getGroupAddress () |
| virtual const IPv4Address & | getGroupAddress () const |
| virtual void | setGroupAddress (const IPv4Address &groupAddress) |
Protected Member Functions | |
| bool | operator== (const IGMPv2Report &) |
Protected Attributes | |
| IPv4Address | groupAddress |
Private Member Functions | |
| void | copy (const IGMPv2Report &other) |
Class generated from inet/networklayer/ipv4/IGMPMessage.msg:71 by nedtool.
packet IGMPv2Report extends IGMPMessage { type = IGMPV2_MEMBERSHIP_REPORT; IPv4Address groupAddress; }
| inet::IGMPv2Report::IGMPv2Report | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::IGMPv2Report::IGMPv2Report | ( | const IGMPv2Report & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IGMPMessage.
|
virtual |
Referenced by inet::IGMPv2::processV2Report().
|
inlinevirtual |
Referenced by getGroupAddress().
| IGMPv2Report& inet::IGMPv2Report::operator= | ( | const IGMPv2Report & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::IGMPMessage.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::IGMPMessage.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::serializer::IGMPSerializer::deserialize(), and inet::IGMPv2::sendReport().
|
protected |