INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:160
by nedtool.
More...
#include <UDPControlInfo_m.h>
Public Member Functions | |
UDPErrorIndication () | |
UDPErrorIndication (const UDPErrorIndication &other) | |
virtual | ~UDPErrorIndication () |
UDPErrorIndication & | operator= (const UDPErrorIndication &other) |
virtual UDPErrorIndication * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual L3Address & | getSrcAddr () |
virtual const L3Address & | getSrcAddr () const |
virtual void | setSrcAddr (const L3Address &srcAddr) |
virtual L3Address & | getDestAddr () |
virtual const L3Address & | getDestAddr () const |
virtual void | setDestAddr (const L3Address &destAddr) |
virtual int | getSrcPort () const |
virtual void | setSrcPort (int srcPort) |
virtual int | getDestPort () const |
virtual void | setDestPort (int destPort) |
Public Member Functions inherited from inet::UDPControlInfo | |
UDPControlInfo () | |
UDPControlInfo (const UDPControlInfo &other) | |
virtual | ~UDPControlInfo () |
UDPControlInfo & | operator= (const UDPControlInfo &other) |
virtual int | getSockId () const |
virtual void | setSockId (int sockId) |
Protected Member Functions | |
bool | operator== (const UDPErrorIndication &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Protected Attributes | |
L3Address | srcAddr |
L3Address | destAddr |
int | srcPort |
int | destPort |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPErrorIndication &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:160
by nedtool.
// // Control info that is sent up from the ~UDP module to the application with // UDP_I_ERROR as message kind when ~UDP receives an ICMP error for a packet // previously sent from the socket. // // @see ~UDPCommandCode // class UDPErrorIndication extends UDPControlInfo { L3Address srcAddr; // source IPv4 or IPv6 address of the undeliverable packet L3Address destAddr; // destination IPv4 or IPv6 address of the undeliverable packet int srcPort; // source port of the undeliverable packet int destPort; // destination port of the undeliverable packet }
inet::UDPErrorIndication::UDPErrorIndication | ( | ) |
inet::UDPErrorIndication::UDPErrorIndication | ( | const UDPErrorIndication & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPControlInfo.
|
virtual |
|
inlinevirtual |
Referenced by getDestAddr().
|
virtual |
|
virtual |
|
inlinevirtual |
Referenced by getSrcAddr().
|
virtual |
UDPErrorIndication& inet::UDPErrorIndication::operator= | ( | const UDPErrorIndication & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::UDPControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UDPControlInfo.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::UDP::sendUpErrorIndication().
|
virtual |
Referenced by inet::UDP::sendUpErrorIndication().
|
virtual |
Referenced by inet::UDP::sendUpErrorIndication().
|
virtual |
Referenced by inet::UDP::sendUpErrorIndication().
|
protected |
|
protected |
|
protected |
|
protected |