| dji.sdk.flightcontroller.rtk.DJIRtk.UpdateRtkStateCallback |
This interface provides a delegate method to update the RTK state.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onRtkStateUpdated(DJIRtkState state)
Callback method that updates the RTK state data.
| ||||||||||
Callback method that updates the RTK state data.
| state | Current state of the RTK. |
|---|