INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:250
by nedtool.
More...
#include <UDPControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const UDPSetReuseAddressCommand &) |
Protected Member Functions inherited from inet::UDPSetOptionCommand | |
bool | operator== (const UDPSetOptionCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Protected Attributes | |
bool | reuseAddress |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPSetReuseAddressCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:250
by nedtool.
// // 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 { 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 | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::UDPSocket::setReuseAddress().
|
protected |