public static interface

DJIRemoteController.RCHardwareStateUpdateCallback

dji.sdk.RemoteController.DJIRemoteController.RCHardwareStateUpdateCallback

Class Overview

Callback function that updates the Remote Controller's current hardware state.

Summary

Public Methods
abstract void onHardwareStateUpdate(DJIRemoteController rc, DJIRemoteController.DJIRCHardwareState state)
Callback function that updates the Remote Controller's current hardware state data.

Public Methods

public abstract void onHardwareStateUpdate (DJIRemoteController rc, DJIRemoteController.DJIRCHardwareState state)

Callback function that updates the Remote Controller's current hardware state data.

Parameters
rc Instance of the Remote Controller for which the hardware state will be updated.
state Current state of the Remote Controller's hardware state.