Uses of Class
org.opencord.bng.packets.Pppoe.PppoeType
-
Packages that use Pppoe.PppoeType Package Description org.opencord.bng.packets Packet parser for BNG application. -
-
Uses of Pppoe.PppoeType in org.opencord.bng.packets
Methods in org.opencord.bng.packets that return Pppoe.PppoeType Modifier and Type Method Description Pppoe.PppoeTypePppoe. getPacketType()Get the packet type.static Pppoe.PppoeTypePppoe.PppoeType. lookup(byte code)static Pppoe.PppoeTypePppoe.PppoeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Pppoe.PppoeType[]Pppoe.PppoeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencord.bng.packets with parameters of type Pppoe.PppoeType Modifier and Type Method Description PppoePppoe. setPacketType(Pppoe.PppoeType type)Set the Packet Type.
-