public static interface

DJIRemoteController.RCRemoteFocusStateUpdateCallback

dji.sdk.RemoteController.DJIRemoteController.RCRemoteFocusStateUpdateCallback

Class Overview

Callback function that updates the Remote Focus State.

Summary

Public Methods
abstract void onRemoteFocusStateUpdate(DJIRemoteController rc, DJIRemoteController.DJIRCRemoteFocusState remoteFocusState)
Callback function that updates the Remote Focus State, only support Focus product.

Public Methods

public abstract void onRemoteFocusStateUpdate (DJIRemoteController rc, DJIRemoteController.DJIRCRemoteFocusState remoteFocusState)

Callback function that updates the Remote Focus State, only support Focus product. If the isRCRemoteFocusCheckingSupported is TRUE, this callback function will be called.

Parameters
rc Instance of the Remote Controller for which the battery state will be updated
remoteFocusState Current state of the Remote Focus state.