DJIComponentConnectivityDelegate

@protocol DJIComponentConnectivityDelegate <NSObject>

The DJIComponentConnectivityDelegate defines methods that are called by the DJIBaseComponent object in response to a connectivity change. A component can be a camera, gimbal, remote controller, etc. A DJI product consists of several components.

  • Called when the connectivity status has changed for the component.

    Declaration

    Objective-C

    - (void)component:(nonnull DJIBaseComponent *)component
        connectivityChanged:(BOOL)isConnected;