public static interface

DJIRemoteController.RCMasterSlaveStateUpdateCallback

dji.sdk.remotecontroller.DJIRemoteController.RCMasterSlaveStateUpdateCallback

Class Overview

Callback function that updates the Remote Controller's master and slave state. only supoort Inspire2

Summary

Public Methods
abstract void onMasterSlaveStateUpdate(DJIRemoteController rc, MasterSlaverState masterSlaveState)
Callback function that updates the remote controller's state related to the master and slave mode.

Public Methods

public abstract void onMasterSlaveStateUpdate (DJIRemoteController rc, MasterSlaverState masterSlaveState)

Callback function that updates the remote controller's state related to the master and slave mode. Only supported by Inspire 2.

Parameters
rc Instance of the Remote Controller
masterSlaveState The remote controller's state related to the master and slave mode.