DJI Mobile SDK Documentation

      class ConnectedRTKStationInfo

      class ConnectedRTKStationInfo
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      The information of RTK base station that is connected with.

      Supported since MSDK 5.0.0

      Class Members:

      Members

      method getStationId
      Integer getStationId()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the id of the RTK base station.

      Return:
      IntegerReturn the id of the RTK base station.
      method getSignalLevel
      Integer getSignalLevel()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the signal level of the RTK base station.

      Return:
      IntegerReturn the signal level of the RTK base station.
      method getStationName
      String getStationName()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the name of the RTK base station.

      Return:
      StringReturn the name of the RTK base station.
      method getBatteryVoltage
      Integer getBatteryVoltage()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the battery voltage of the RTK base station.

      Return:
      IntegerReturn the battery voltage of the RTK base station.
      method getBatteryCurrent
      Integer getBatteryCurrent()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the battery current of the RTK base station.

      Return:
      IntegerReturn the battery current of the RTK base station.
      method getBatteryTemperature
      Integer getBatteryTemperature()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the battery temperature of the RTK base station.

      Return:
      IntegerReturn the battery temperature of the RTK base station.
      method getBatteryCapacityPercent
      Integer getBatteryCapacityPercent()
      Package:dji.v5.manager.aircraft.rtk.station
      Description:

      Get the battery capacity percentage of the RTK base station.

      Return:
      IntegerReturn the battery capacity percentage of the RTK base station.