VLANs(802.1Q)forOMNet++  0.5Beta
_port_llid Struct Reference

Bonds a port with an LLID. More...

#include <MACVlanRelayUnitBase.h>

List of all members.

Public Member Functions

bool operator== (struct _port_llid pl) const

Public Attributes

std::string port
int llid

Detailed Description

Bonds a port with an LLID.

(I don't remember where I used it and if it makes any sense).


Member Function Documentation

bool _port_llid::operator== ( struct _port_llid  pl) const [inline]
                                                     {
                return (port == pl.port && llid == pl.llid);
        }

Member Data Documentation

std::string _port_llid::port

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines