public static interface

DJIRtk.UpdateRtkStateCallback

dji.sdk.flightcontroller.rtk.DJIRtk.UpdateRtkStateCallback

Class Overview

This interface provides a delegate method to update the RTK state.

Summary

Public Methods
abstract void onRtkStateUpdated(DJIRtkState state)
Callback method that updates the RTK state data.

Public Methods

public abstract void onRtkStateUpdated (DJIRtkState state)

Callback method that updates the RTK state data.

Parameters
state Current state of the RTK.