All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jradius.dictionary.vsa_airespace.Attr_AirespaceDSCP 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_airespace;

import java.io.Serializable;
import net.jradius.packet.attribute.VSAttribute;
import net.jradius.packet.attribute.value.IntegerValue;

/**
 * Attribute Name: Airespace-DSCP
* Attribute Type: 26
* Vendor Id: 14179
* VSA Type: 3
* Value Type: IntegerValue
* * @author class net.jradius.freeradius.RadiusDictionary */ public final class Attr_AirespaceDSCP extends VSAttribute { public static final String NAME = "Airespace-DSCP"; public static final int VENDOR_ID = 14179; public static final int VSA_TYPE = 3; 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; attributeValue = new IntegerValue(); } public Attr_AirespaceDSCP() { setup(); } public Attr_AirespaceDSCP(Serializable o) { setup(o); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy