DJI Mobile SDK Documentation

      class RTKBaseStationInformation

      class RTKBaseStationInformation
      Package:dji.common.flightcontroller.rtk
      Description:

      The class is used to save the information of the base station. Only supported by Matrice 300 RTK series.

      Class Members:
      Base Station ID
      method
      method getBaseStationID
      long getBaseStationID()
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets the scanned base station's ID.

      Return:
      longA long value of the base station id.
      Base Station Name
      method
      method getBaseStationName
      String getBaseStationName()
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets the scanned base station's name.

      Return:
      StringA String value.
      Signal Level
      method
      method getSignalLevel
      int getSignalLevel()
      Package:dji.common.flightcontroller.rtk
      Description:

      Gets the signal level of the base station. The signal is in range [0, 5], where 5 is the strongest signal.

      Return:
      intAn int value.