class ResponseForGimbalControl
@EXClassNullAway class ResponseForGimbalControl
|
Description:
Data object that master Remote Controller to respond to the slave Remote Controller's request.
Class Members:
method ResponseForGimbalControl
ResponseForGimbalControl(int requesterId, boolean isAgree)
|
Package: | dji.common.remotecontroller |
Description:
Constructor of the class.
int requesterId | Slave Remote Controller's identifier. |
boolean isAgree | <code>true</code> if the master Remote Controller agrees to give the slave Remote Controller the right to control the gimbal. |
method getRequesterId
Package: | dji.common.remotecontroller |
Description:
Get the slave Remote Controller's identifier.
Return:
int | The int value of the slave Remote Controller ID. |
method isAgree
Package: | dji.common.remotecontroller |
Description:
true
if the master Remote Controller agrees to give the slave Remote Controller the right to control the gimbal.
Return:
boolean | Agree or disagree to control the gimbal. |