DJI Mobile SDK Documentation

      class RTKStationInfo

      class RTKStationInfo implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      The information of the RTK base station that is searched.

      Supported since MSDK 5.0.0

      Class Members:

      Members

      method getStationId
      Integer getStationId()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the id of the RTK base station.

      Return:
      IntegerReturn the id of the RTK base station.
      method getSignalLevel
      Integer getSignalLevel()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      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.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the name of the RTK base station.

      Return:
      StringReturn the name of the RTK base station.