class Information
@EXClassNullAway class Information
|
Description:
This class contains the information for a remote controller.
Class Members:
method getId
| Package: | dji.common.remotecontroller |
Description:
Remote Controller's unique identifier.
Return:
method getName
| Package: | dji.common.remotecontroller |
Description:
Remote Controller's name.
Return:
| String | An instance of String. |
method getPassword
| Package: | dji.common.remotecontroller |
Description:
Remote Controller's password.
Return:
| String | An instance of String. |
method getSignalQuality
| Package: | dji.common.remotecontroller |
Description:
Signal quality of a connected master or slave Remote Controller in percent [0, 100].
Return:
method hasGimbalControlPermission
boolean hasGimbalControlPermission()
|
| Package: | dji.common.remotecontroller |
Description:
true if the slave remote controller can control the aircraft's gimbal. Always true for a master remote controller.
Return:
| boolean | A boolean value to check if the slave remote controller can control the aircraft's gimbal. |