Class BssAcAccessDelay.AccessCategoryAccessDelay
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.BssAcAccessDelay.AccessCategoryAccessDelay
-
- Enclosing class:
- BssAcAccessDelay
public static class BssAcAccessDelay.AccessCategoryAccessDelay extends Object
Subfield that goes into Access Category Access Delay field in BSS AC Access Delay. For information on what the values mean, check section 9.4.2.43
-
-
Field Summary
Fields Modifier and Type Field Description short
averageAccessDelayForBackground
Unsigned 8 bits that represents a scaled representation of background AC access delayshort
averageAccessDelayForBestEffort
Unsigned 8 bits that represents a scaled representation of best effort AC access delayshort
averageAccessDelayForVideo
Unsigned 8 bits that represents a scaled representation of video AC access delayshort
averageAccessDelayForVoice
Unsigned 8 bits that represents a scaled representation of voice AC access delay
-
Constructor Summary
Constructors Constructor Description AccessCategoryAccessDelay(short averageAccessDelayForBestEffort, short averageAccessDelayForBackground, short averageAccessDelayForVideo, short averageAccessDelayForVoice)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static BssAcAccessDelay.AccessCategoryAccessDelay
parse(com.google.gson.JsonObject contents)
Parse AccessCategoryAccessDelay from JSON object
-
-
-
Field Detail
-
averageAccessDelayForBestEffort
public final short averageAccessDelayForBestEffort
Unsigned 8 bits that represents a scaled representation of best effort AC access delay
-
averageAccessDelayForBackground
public final short averageAccessDelayForBackground
Unsigned 8 bits that represents a scaled representation of background AC access delay
-
averageAccessDelayForVideo
public final short averageAccessDelayForVideo
Unsigned 8 bits that represents a scaled representation of video AC access delay
-
averageAccessDelayForVoice
public final short averageAccessDelayForVoice
Unsigned 8 bits that represents a scaled representation of voice AC access delay
-
-
Method Detail
-
parse
public static BssAcAccessDelay.AccessCategoryAccessDelay parse(com.google.gson.JsonObject contents)
Parse AccessCategoryAccessDelay from JSON object
-
-