Class EthernetAddress

java.lang.Object
org.opendaylight.openflowplugin.libraries.liblldp.DataLinkAddress
org.opendaylight.openflowplugin.libraries.liblldp.EthernetAddress
All Implemented Interfaces:
Serializable, Cloneable

public class EthernetAddress extends DataLinkAddress
See Also:
  • Field Details

  • Constructor Details

    • EthernetAddress

      public EthernetAddress(byte[] macAddress)
      Public constructor for an Ethernet MAC address starting from the byte constituing the address, the constructor validate the size of the arrive to make sure it met the expected size.
      Parameters:
      macAddress - A byte array in big endian format representing the Ethernet MAC Address
  • Method Details