DJI Mobile SDK Documentation

      class ReceiverInfo

      @EXClassNullAway
      final class ReceiverInfo
      Package:dji.common.flightcontroller
      Description:

      Single RTK receiver information. Each receiver is connected to a single antenna.

      Class Members:
      method isConstellationSupported
      boolean isConstellationSupported()
      Package:dji.common.flightcontroller
      Description:

      true if constellation is supported. The European and American versions of RTK support GPS and GLONASS, while the Asia Pacific version supports GPS and BeiDou.

      Return:
      booleanA boolean value.
      method getSatelliteCount
      int getSatelliteCount()
      Package:dji.common.flightcontroller
      Description:

      Valid satellite count for this receiver.

      Return:
      intAn int value.