interface Callback |
Package: | dji.common.flightcontroller |
Callback function that updates the flight controller's current state data. This method gets called 10 times per second.
void onUpdate(@NonNull FlightControllerState state) |
Package: | dji.common.flightcontroller |
Called when the flight controller's current state data has been updated. This method is called 10 times per second.
@NonNull FlightControllerState state | Current state of the flight controller. |
{{searchCount}} Results