DJI Mobile SDK Documentation

      class DJIRTKBaseStationInformation

      @interface DJIRTKBaseStationInformation : NSObject
      Header:DJIRTKServcieBaseTypes.h
      Inherits From:NSObject
      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
      property
      property baseStationID
      @property(nonatomic, readonly) NSUInteger baseStationID
      Header:DJIRTKServcieBaseTypes.h
      Description:

      Gets the scanned base station's ID.

      Base Station Name
      property
      property baseStationName
      @property(nonatomic, readonly) NSString *baseStationName
      Header:DJIRTKServcieBaseTypes.h
      Description:

      Gets the scanned base station's name.

      Signal Level
      property
      property signalLevel
      @property(nonatomic, readonly) int signalLevel
      Header:DJIRTKServcieBaseTypes.h
      Description:

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