Uses of Class
org.opendaylight.openflowplugin.libraries.liblldp.Ethernet
-
Packages that use Ethernet Package Description org.opendaylight.openflowplugin.libraries.liblldp -
-
Uses of Ethernet in org.opendaylight.openflowplugin.libraries.liblldp
Methods in org.opendaylight.openflowplugin.libraries.liblldp that return Ethernet Modifier and Type Method Description EthernetEthernet. setDestinationMACAddress(byte[] destinationMACAddress)Sets the destination MAC address for the current Ethernet object instance.EthernetEthernet. setEtherType(short etherType)Sets the etherType for the current Ethernet object instance.EthernetEthernet. setSourceMACAddress(byte[] sourceMACAddress)Sets the source MAC address for the current Ethernet object instance.
-