INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:210
by nedtool.
More...
#include <UDPControlInfo_m.h>
Public Member Functions | |
UDPSetBroadcastCommand () | |
UDPSetBroadcastCommand (const UDPSetBroadcastCommand &other) | |
virtual | ~UDPSetBroadcastCommand () |
UDPSetBroadcastCommand & | operator= (const UDPSetBroadcastCommand &other) |
virtual UDPSetBroadcastCommand * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual bool | getBroadcast () const |
virtual void | setBroadcast (bool broadcast) |
Public Member Functions inherited from inet::UDPSetOptionCommand | |
UDPSetOptionCommand () | |
UDPSetOptionCommand (const UDPSetOptionCommand &other) | |
virtual | ~UDPSetOptionCommand () |
UDPSetOptionCommand & | operator= (const UDPSetOptionCommand &other) |
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 UDPSetBroadcastCommand &) |
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 | broadcast |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPSetBroadcastCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:210
by nedtool.
// // Control info for setting the Broadcast option on an UDP socket. // 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 UDPSetBroadcastCommand extends UDPSetOptionCommand { bool broadcast; }
inet::UDPSetBroadcastCommand::UDPSetBroadcastCommand | ( | ) |
inet::UDPSetBroadcastCommand::UDPSetBroadcastCommand | ( | const UDPSetBroadcastCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
|
virtual |
UDPSetBroadcastCommand& inet::UDPSetBroadcastCommand::operator= | ( | const UDPSetBroadcastCommand & | 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::setBroadcast().
|
protected |