INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/ipv4/IGMPMessage.msg:59
by nedtool.
More...
#include <IGMPMessage_m.h>
Public Member Functions | |
IGMPv1Report (const char *name=nullptr, short kind=0) | |
IGMPv1Report (const IGMPv1Report &other) | |
virtual | ~IGMPv1Report () |
IGMPv1Report & | operator= (const IGMPv1Report &other) |
virtual IGMPv1Report * | 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 IGMPv1Report &) |
Protected Attributes | |
IPv4Address | groupAddress |
Private Member Functions | |
void | copy (const IGMPv1Report &other) |
Class generated from inet/networklayer/ipv4/IGMPMessage.msg:59
by nedtool.
packet IGMPv1Report extends IGMPMessage { type = IGMPV1_MEMBERSHIP_REPORT; IPv4Address groupAddress; }
inet::IGMPv1Report::IGMPv1Report | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::IGMPv1Report::IGMPv1Report | ( | const IGMPv1Report & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::IGMPMessage.
|
virtual |
|
inlinevirtual |
Referenced by getGroupAddress().
IGMPv1Report& inet::IGMPv1Report::operator= | ( | const IGMPv1Report & | 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().
|
protected |