DJILBAirLinkChannelInterference

@interface DJILBAirLinkChannelInterference : NSObject


The interference power of a LBAirLink channel.

  • The interference power with range from [-60, -100] dBm. A smaller, more negative value represents less interference and better communication quality.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSInteger power;
  • The channel number. Different frequency bands have different channel index ranges.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSUInteger channel;