DJIWiFiChannelInterference
@interface DJIWiFiChannelInterference : NSObject
The interference power of a WiFi 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 index.
Declaration
Objective-C
@property (readonly, nonatomic) NSUInteger channel;
-
The frequency band that the channel belongs to.
Declaration
Objective-C
@property (readonly, nonatomic) DJIWiFiFrequencyBand band;