DJIWiFiLinkDelegate
@protocol DJIWiFiLinkDelegate <NSObject>
This protocol provides a delegate method to receive the updated WiFi signal quality.
-
Updates the WiFi Signal Quality.
Declaration
Objective-C
- (void)wifiLink:(DJIWiFiLink *_Nonnull)link didUpdateWiFiSignalQuality:(DJIWiFiSignalQuality)quality;
Parameters
link
DJIWiFiLink
object.quality
WiFi signal quality.
-
Interference power of the available channels. Supported only by Mavic Pro.
Declaration
Objective-C
- (void)wifiLink:(DJIWiFiLink *_Nonnull)link didUpdateChannelInterferencePowers: (nonnull NSArray<DJIWiFiChannelInterference *> *)interferences;
Parameters
link
DJIWiFiLink
object.interferences
The interference power of available channels.