| java.lang.Object | |
| ↳ | dji.common.remotecontroller.DJIRCInfo |
This class contains the information of a remote controller.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public DJIRCControlPermission | controlPermission | Remote controller's control permissions. | |||||||||
| public int | identifier | Remote Controller's unique identifier. | |||||||||
| public String | name | Remote Controller's name. | |||||||||
| public String | password | Remote Controller's password, which should be | |||||||||
| public short | signalQuality | Signal quality of a connected master or slave Remote Controller. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIRCInfo(int identifier, String name, String password, short signalQuality, DJIRCControlPermission controlPermission) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Remote Controller's unique identifier.
Remote Controller's name.
Remote Controller's password, which should be
Signal quality of a connected master or slave Remote Controller.