Class CollocatedInterferenceReport.InterferenceAccuracyAndIndex
- java.lang.Object
-
- com.facebook.openwifi.cloudsdk.ies.CollocatedInterferenceReport.InterferenceAccuracyAndIndex
-
- Enclosing class:
- CollocatedInterferenceReport
public static class CollocatedInterferenceReport.InterferenceAccuracyAndIndex extends Object
-
-
Field Summary
Fields Modifier and Type Field Description byte
expectedAccuracy
Unsigned int (4 bits) representing expected accuracy of the estimate of interference in dB with 95% confidence intervalbyte
interferenceIndex
Unsigned int (4 bits) indicating the interference index that is unique for each type of interference source
-
Constructor Summary
Constructors Constructor Description InterferenceAccuracyAndIndex(byte expectedAccuracy, byte interferenceIndex)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
static CollocatedInterferenceReport.InterferenceAccuracyAndIndex
parse(com.google.gson.JsonObject contents)
Parse InterferenceAccuracyAndIndex from JSON object
-
-
-
Field Detail
-
expectedAccuracy
public final byte expectedAccuracy
Unsigned int (4 bits) representing expected accuracy of the estimate of interference in dB with 95% confidence interval
-
interferenceIndex
public final byte interferenceIndex
Unsigned int (4 bits) indicating the interference index that is unique for each type of interference source
-
-
Method Detail
-
parse
public static CollocatedInterferenceReport.InterferenceAccuracyAndIndex parse(com.google.gson.JsonObject contents)
Parse InterferenceAccuracyAndIndex from JSON object
-
-