java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.airlink.WiFiFrequencyBand |
WiFi frequency band.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WiFiFrequencyBand | FrequencyBand2Dot4G | The WiFi frequency band is 2.4 GHz. | |||||||||
WiFiFrequencyBand | FrequencyBand5G | The WiFi frequency band is 5 GHz. | |||||||||
WiFiFrequencyBand | FrequencyBandDual | Dual frequency band mode. | |||||||||
WiFiFrequencyBand | Unknown | The WiFi Frequency is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result with which to compare the input integer value
with the real value of an enum constant.
| ||||||||||
static WiFiFrequencyBand |
find(int value)
Returns the enum constant of this type with the specified integer value.
| ||||||||||
int |
value()
Returns the real value of an enum constant.
| ||||||||||
static WiFiFrequencyBand | valueOf(String name) | ||||||||||
final static WiFiFrequencyBand[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Dual frequency band mode. The WiFi frequency band can be either 2.4 GHz or 5 GHz.
Returns the boolean result with which to compare the input integer value with the real value of an enum constant.
b | The integer value to be compared. |
---|
true
if the values are equal, false
otherwise.
Returns the enum constant of this type with the specified integer value.
value | The integer value. |
---|
Returns the real value of an enum constant.