net.jradius.dictionary.vsa_starent.Attr_SNAPPPCtrlInputPackets Maven / Gradle / Ivy
The newest version!
// DO NOT EDIT THIS FILE DIRECTLY! - AUTOMATICALLY GENERATED
// Generated by: class net.jradius.freeradius.RadiusDictionary
// Generated on: Thu, 5 Jan 2017 15:56:13 +0200
package net.jradius.dictionary.vsa_starent;
import java.io.Serializable;
import net.jradius.packet.attribute.VSAttribute;
import net.jradius.packet.attribute.value.IntegerValue;
/**
* Attribute Name: SNA-PPP-Ctrl-Input-Packets
* Attribute Type: 26
* Vendor Id: 8164
* VSA Type: 1003
* Value Type: IntegerValue
*
* @author class net.jradius.freeradius.RadiusDictionary
*/
public final class Attr_SNAPPPCtrlInputPackets extends VSAttribute
{
public static final String NAME = "SNA-PPP-Ctrl-Input-Packets";
public static final int VENDOR_ID = 8164;
public static final int VSA_TYPE = 1003;
public static final long TYPE = ((VENDOR_ID & 0xFFFF) << 16) | VSA_TYPE;
public static final long serialVersionUID = TYPE;
public void setup()
{
attributeName = NAME;
attributeType = 26;
vendorId = VENDOR_ID;
vsaAttributeType = VSA_TYPE;
setFormat("2,2");
attributeValue = new IntegerValue();
}
public Attr_SNAPPPCtrlInputPackets()
{
setup();
}
public Attr_SNAPPPCtrlInputPackets(Serializable o)
{
setup(o);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy