DJI Mobile SDK Documentation

      class RTKBaseStationListCallback

      interface RTKBaseStationListCallback
      Package:dji.sdk.flightcontroller
      Description:

      Callback interface that updates the array of the RTK base station scanned information. If you call startSearchBaseStation, each Base station while push it's information once. If you call stopSearchBaseStation, this callback function will stop updates.

      Class Members:

      Callback Method

      State
      method
      method onUpdate
      void onUpdate(RTKBaseStationInformation[] baseStationInformations)
      Package:dji.sdk.flightcontroller
      Description:

      Provides the list of DJI base station that can be connected with. Callback will continue to receive an updated list after startSearchBaseStation is called. Invoke stopSearchBaseStation to stop searching.

      Input Parameters:
      RTKBaseStationInformation[] baseStationInformationsAn array contains Base station scan information.