DJIAuxLink

@interface DJIAuxLink : NSObject

The Phantom 3 Standard and 4K products have two wireless links between the remote controller and aircraft. These include a WiFi link for video and app data, and a control link for telemetry and remote controller button/stick commands. This control link is called the auxiliary control link, which distinguishes it from other products having only a WiFi link (such as Osmo).

  • Returns the DJIAuxLink delegate.

    Declaration

    Objective-C

    @property (readwrite, nonatomic) id<DJIAuxLinkDelegate> _Nullable delegate;