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 Ethernet
Ethernet. setDestinationMACAddress(byte[] destinationMACAddress)
Sets the destination MAC address for the current Ethernet object instance.Ethernet
Ethernet. setEtherType(short etherType)
Sets the etherType for the current Ethernet object instance.Ethernet
Ethernet. setSourceMACAddress(byte[] sourceMACAddress)
Sets the source MAC address for the current Ethernet object instance.
-