|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:265 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Protected Member Functions | |
| bool | operator== (const UdpSetReuseAddressCommand &)=delete |
Protected Member Functions inherited from inet::UdpSetOptionCommand | |
| bool | operator== (const UdpSetOptionCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Protected Attributes | |
| bool | reuseAddress = false |
Protected Attributes inherited from inet::UdpSetOptionCommand | |
| UdpSetOptionSubcode | optionCode = static_cast<UdpSetOptionSubcode>(-1) |
Private Member Functions | |
| void | copy (const UdpSetReuseAddressCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:265 by opp_msgtool.
// // Control info for setting the ReuseAddress option on an UDP socket. // When the option is true, then the socket is allowed to bind to an already bound // local address. // To set the option, send a message to the ~Udp module with kind=UDP_C_SETOPTION // and an and instance of this control info class attached. // // @see ~UdpCommandCode // class UdpSetReuseAddressCommand extends UdpSetOptionCommand { optionCode = UDP_C_SETOPTION_REUSEADDR; bool reuseAddress; }
| inet::UdpSetReuseAddressCommand::UdpSetReuseAddressCommand | ( | ) |
| inet::UdpSetReuseAddressCommand::UdpSetReuseAddressCommand | ( | const UdpSetReuseAddressCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
|
virtual |
| UdpSetReuseAddressCommand& inet::UdpSetReuseAddressCommand::operator= | ( | const UdpSetReuseAddressCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |