EthernetBindCommand

EthernetBindCommand

class

C++ definition

(no description)

Usage diagram

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
SocketBindCommand class (no description)

Fields

Name Type Description
localAddress MacAddress
remoteAddress MacAddress
protocol Protocol
steal bool

Source code

class EthernetBindCommand extends SocketBindCommand
{
    MacAddress localAddress;
    MacAddress remoteAddress;
    const Protocol *protocol;
}
File: src/inet/linklayer/ethernet/common/EthernetCommand.msg