|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:81 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpBindCommand () | |
| UdpBindCommand (const UdpBindCommand &other) | |
| virtual | ~UdpBindCommand () |
| UdpBindCommand & | operator= (const UdpBindCommand &other) |
| virtual UdpBindCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const L3Address & | getLocalAddr () const |
| virtual L3Address & | getLocalAddrForUpdate () |
| virtual void | setLocalAddr (const L3Address &localAddr) |
| virtual int | getLocalPort () const |
| virtual void | setLocalPort (int localPort) |
Public Member Functions inherited from inet::UdpControlInfo | |
| UdpControlInfo () | |
| UdpControlInfo (const UdpControlInfo &other) | |
| virtual | ~UdpControlInfo () |
| UdpControlInfo & | operator= (const UdpControlInfo &other) |
Protected Member Functions | |
| bool | operator== (const UdpBindCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Protected Attributes | |
| L3Address | localAddr |
| int | localPort = -1 |
Private Member Functions | |
| void | copy (const UdpBindCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:81 by opp_msgtool.
// // Control info for binding an UDP socket. To create and bind a socket, // send a message to the ~Udp module with kind=UDP_C_BIND and an // ~UdpBindCommand attached. // // Both the address and the port may be left unset. If the port is // unset, ~Udp will assign an ephemeral port. // // @see ~UdpCommandCode // class UdpBindCommand extends UdpControlInfo { L3Address localAddr; int localPort = -1; }
| inet::UdpBindCommand::UdpBindCommand | ( | ) |
| inet::UdpBindCommand::UdpBindCommand | ( | const UdpBindCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpControlInfo.
|
virtual |
|
inlinevirtual |
|
virtual |
| UdpBindCommand& inet::UdpBindCommand::operator= | ( | const UdpBindCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |