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

    link

    DJIControlLink remote controller link instance.

    antennas

    DJISignalInformation object containing updated signal information for the remote controller link. The power property of DJISignalInformation is not used for DJIAuxLink and should be ignored.