DJI Mobile SDK Documentation

      class DUXRemoteControlSignalWidget

      @interface DUXRemoteControlSignalWidget : DUXWidget
      Header:DUXRemoteControlSignalWidget.h
      Inherits From:DUXWidget
      Display:

      uilib_image

      Icon with 5 vertical bars total represents the current signal strength between RC and aircraft.

      Usage:

      Preferred Aspect Ratio: 19:9.

      Class Members:
      property
      property bars
      @property (nonatomic, assign, readonly) DUXRemoteSignalBars bars
      Header:DUXRemoteControlSignalWidget.h
      Description:

      Signal strength broken into threasholds which relate to the number of bars to show.

      See Also:

      DUXRemoteSignalBars

      property remoteSignalStrength
      @property (nonatomic, assign, readonly) NSInteger remoteSignalStrength
      Header:DUXRemoteControlSignalWidget.h
      Description:

      Signal strength represented in percent.

      enum DUXRemoteSignalBars
      typedef NS_ENUM(NSUInteger, DUXRemoteSignalBars)
      Header:DUXRemoteControlSignalWidget.h
      Description:

      Number of bars to show in widget

      Enum Members:
      DUXRemoteSignalBarsLevel0Show no bars.
      DUXRemoteSignalBarsLevel2Show 2 bars.
      DUXRemoteSignalBarsLevel1Show 1 bar.
      DUXRemoteSignalBarsLevel3Show 3 bars.
      DUXRemoteSignalBarsLevel5Show 5 bars.
      DUXRemoteSignalBarsLevel4Show 4 bars.