class DJIWiFiChannelInterference
@interface DJIWiFiChannelInterference : NSObject
|
Header: | DJIAirLinkBaseTypes.h |
Inherits From: | NSObject |
Description:
The interference power of a WiFi channel.
Class Members:
property power
@property (nonatomic, readonly) NSInteger power
|
Header: | DJIAirLinkBaseTypes.h |
Description:
The interference power with range from [-60, -100] dBm. A smaller, more negative value represents less interference and better communication quality.
property channel
@property (nonatomic, readonly) NSUInteger channel
|
Header: | DJIAirLinkBaseTypes.h |
Description:
The channel index.
property band
@property (nonatomic, readonly) DJIWiFiFrequencyBand band
|
Header: | DJIAirLinkBaseTypes.h |
Description:
The frequency band that the channel belongs to.
See Also:
DJIWiFiFrequencyBand