DJIAuxLinkDelegate
@protocol DJIAuxLinkDelegate <NSObject>
This protocol provides a delegate method to receive updated signal information for the remote controller link for aircraft products that have a WiFi video link, such as the Phantom 3 Standard and 4K products.
-
Signal quality and strength information for the current control link on each Remote Controller antenna.
Declaration
Objective-C
- (void)auxLink:(DJIAuxLink *_Nonnull)link didUpdateRemoteControllerSignalInformation:(NSArray *_Nonnull)signalInfo;Parameters
linkDJIControlLinkremote controller link instance.antennasDJISignalInformationobject containing updated signal information for the remote controller link. Thepowerproperty ofDJISignalInformationis not used forDJIAuxLinkand should be ignored.
View on GitHub
DJIAuxLinkDelegate Protocol Reference