java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.remotecontroller.DJIRCJoinMasterResult |
Results when a slave Remote Controller tries to join a master Remote Controller.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIRCJoinMasterResult | Maximum | The slave Remote Controller's attempt to join the master Remote Controller was unsuccessful because the master Remote Controller is at the maximum number of slaves it can have. | |||||||||
DJIRCJoinMasterResult | PasswordError | The slave Remote Controller's attempt to join the master Remote Controller was unsuccessful due to a password error. | |||||||||
DJIRCJoinMasterResult | Rejected | The slave Remote Controller's attempt to join the master Remote Controller was rejected. | |||||||||
DJIRCJoinMasterResult | ResponseTimeout | The slave Remote Controller's attempt to join the master Remote Controller was unsuccessful because the request timed out. | |||||||||
DJIRCJoinMasterResult | Successful | The slave Remote Controller's attempt to join the master Remote Controller was successful. | |||||||||
DJIRCJoinMasterResult | Unknown | The result of the slave Remote Controller's attempt to join the master Remote Controller is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the specified integer value with the real value of an enum constant.
| ||||||||||
static DJIRCJoinMasterResult |
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 DJIRCJoinMasterResult | valueOf(String name) | ||||||||||
final static DJIRCJoinMasterResult[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The slave Remote Controller's attempt to join the master Remote Controller was unsuccessful because the master Remote Controller is at the maximum number of slaves it can have.
The slave Remote Controller's attempt to join the master Remote Controller was unsuccessful due to a password error.
The slave Remote Controller's attempt to join the master Remote Controller was rejected.
The slave Remote Controller's attempt to join the master Remote Controller was unsuccessful because the request timed out.
The slave Remote Controller's attempt to join the master Remote Controller was successful.
The result of the slave Remote Controller's attempt to join the master Remote Controller is unknown.
Compares the specified integer value with the real value of an enum constant.
b | The input integer value |
---|
Returns the enum constant of this type with the specified integer value.
Returns the real value of an enum constant.