Class generated from inet/linklayer/ethernet/common/EthernetCommand.msg:16 by opp_msgtool.
More...
#include <EthernetCommand_m.h>
Class generated from inet/linklayer/ethernet/common/EthernetCommand.msg:16 by opp_msgtool.
class EthernetBindCommand extends SocketBindCommand
{
MacAddress localAddress;
MacAddress remoteAddress;
const Protocol *protocol;
}
◆ EthernetBindCommand() [1/2]
| inet::EthernetBindCommand::EthernetBindCommand |
( |
| ) |
|
◆ EthernetBindCommand() [2/2]
◆ ~EthernetBindCommand()
| virtual inet::EthernetBindCommand::~EthernetBindCommand |
( |
| ) |
|
|
virtual |
◆ copy()
◆ dup()
◆ getLocalAddress()
| virtual const MacAddress& inet::EthernetBindCommand::getLocalAddress |
( |
| ) |
const |
|
virtual |
◆ getLocalAddressForUpdate()
| virtual MacAddress& inet::EthernetBindCommand::getLocalAddressForUpdate |
( |
| ) |
|
|
inlinevirtual |
◆ getProtocol()
| virtual const Protocol* inet::EthernetBindCommand::getProtocol |
( |
| ) |
const |
|
virtual |
◆ getRemoteAddress()
| virtual const MacAddress& inet::EthernetBindCommand::getRemoteAddress |
( |
| ) |
const |
|
virtual |
◆ getRemoteAddressForUpdate()
| virtual MacAddress& inet::EthernetBindCommand::getRemoteAddressForUpdate |
( |
| ) |
|
|
inlinevirtual |
◆ operator=()
◆ operator==()
◆ parsimPack()
| virtual void inet::EthernetBindCommand::parsimPack |
( |
omnetpp::cCommBuffer * |
b | ) |
const |
|
overridevirtual |
◆ parsimUnpack()
| virtual void inet::EthernetBindCommand::parsimUnpack |
( |
omnetpp::cCommBuffer * |
b | ) |
|
|
overridevirtual |
◆ setLocalAddress()
| virtual void inet::EthernetBindCommand::setLocalAddress |
( |
const MacAddress & |
localAddress | ) |
|
|
virtual |
◆ setProtocol()
| virtual void inet::EthernetBindCommand::setProtocol |
( |
const Protocol * |
protocol | ) |
|
|
virtual |
◆ setRemoteAddress()
| virtual void inet::EthernetBindCommand::setRemoteAddress |
( |
const MacAddress & |
remoteAddress | ) |
|
|
virtual |
◆ localAddress
| MacAddress inet::EthernetBindCommand::localAddress |
|
protected |
◆ protocol
| const Protocol* inet::EthernetBindCommand::protocol = nullptr |
|
protected |
◆ remoteAddress
| MacAddress inet::EthernetBindCommand::remoteAddress |
|
protected |
The documentation for this class was generated from the following file: