dji.sdk.RemoteController.DJIRemoteController.RCReceiveGimbalControlRequestFromSlaveCallback |
The callback will handle the gimbal control request.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void | onGimbalControlRequestFromSlaveReceived(DJIRemoteController rc, DJIRemoteController.DJIRCInfo slave) Callback function that gets called when a slave Remote Controller makes a request to a master Remote Controller to control the gimbal using the method requestGimbalControlRightWithCallbackcallback DJIInspireRemoteController. |
Callback function that gets called when a slave Remote Controller makes a request to a master Remote Controller to control the gimbal using the method requestGimbalControlRightWithCallbackcallback DJIInspireRemoteController.
rc | Instance of the Remote Controller. |
---|---|
slave | Information of the slave making the request to the master Remote Controller. |