Ieee8021qBindCommand

Ieee8021qBindCommand

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
protocol Protocol
vlanId int
steal bool

Source code

class Ieee8021qBindCommand extends SocketBindCommand
{
    const Protocol *protocol;
    int vlanId;
}
File: src/inet/linklayer/ieee8021q/Ieee8021qCommand.msg