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
linkDJIWiFiLinkobject.qualityWiFi 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
linkDJIWiFiLinkobject.interferencesThe interference power of available channels.
View on GitHub
DJIWiFiLinkDelegate Protocol Reference