java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.airlink.DJIWiFiSignalQuality |
WiFi Signal Quality - as measuremed by Osmo, Phantom 3 4K and Phantom 3 Standard.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIWiFiSignalQuality | Good | WiFi Signal Quality is good. | |||||||||
DJIWiFiSignalQuality | Medium | WiFi Signal Quality is medium. | |||||||||
DJIWiFiSignalQuality | Unknown | WiFi Signal Quality is Unknown. | |||||||||
DJIWiFiSignalQuality | bad | WiFi Signal Quality is bad. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result which compare the input integer value
with the real value of an enum constant.
| ||||||||||
static DJIWiFiSignalQuality |
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 DJIWiFiSignalQuality | valueOf(String name) | ||||||||||
final static DJIWiFiSignalQuality[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
WiFi Signal Quality is medium. At this level, the video quality will be degraded compared to when the signal quality is good.
WiFi Signal Quality is bad. At this level, the video quality will be degraded compared to when the signal quality is medium.
Returns the boolean result which 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.