Uses of Class
org.opencord.bng.packets.PppoeTlvTag
-
Packages that use PppoeTlvTag Package Description org.opencord.bng.packets Packet parser for BNG application. -
-
Uses of PppoeTlvTag in org.opencord.bng.packets
Methods in org.opencord.bng.packets that return PppoeTlvTag Modifier and Type Method Description PppoeTlvTagPppoeTlvTag. deserialize(ByteBuffer bb)PppoeTlvTagPppoe. getAcName()Get the AC-Name.PppoeTlvTagPppoeTlvTag. setLength(short length)Sets the length.PppoeTlvTagPppoeTlvTag. setTagType(short tagType)Sets the TLV TAG type.PppoeTlvTagPppoeTlvTag. setValue(byte[] value)Set the TLV value.Methods in org.opencord.bng.packets with parameters of type PppoeTlvTag Modifier and Type Method Description PppoePppoe. setAcName(PppoeTlvTag acname)Set the AC-Name.
-