Uses of Class
com.facebook.openwifi.cloudsdk.ies.Country.CountryInfo
-
Packages that use Country.CountryInfo Package Description com.facebook.openwifi.cloudsdk.ies Information elements (IEs) defined in the 802.11 specifications. -
-
Uses of Country.CountryInfo in com.facebook.openwifi.cloudsdk.ies
Fields in com.facebook.openwifi.cloudsdk.ies with type parameters of type Country.CountryInfo Modifier and Type Field Description List<Country.CountryInfo>
Country. constraints
Each constraint is a CountryInfo describing tx power constraints on one or more channels, for the current country.Methods in com.facebook.openwifi.cloudsdk.ies that return Country.CountryInfo Modifier and Type Method Description static Country.CountryInfo
Country.CountryInfo. parse(com.google.gson.JsonObject contents)
Parse CountryInfo from the appropriate Json object.Constructor parameters in com.facebook.openwifi.cloudsdk.ies with type arguments of type Country.CountryInfo Constructor Description Country(String country, List<Country.CountryInfo> countryInfos)
Constructor
-