DJISDKDebugServerDelegate

@protocol DJISDKDebugServerDelegate <NSObject>

This protocol provides delegate methods to receive the updated connection status between the debug server, remote controller and debug client.

  • Callback delegate method after the Debug server is started.

    Declaration

    Objective-C

    - (void)sdkDebugServerWithRCConnectionStatus:(BOOL)isRCConnected
                  andDebugClientConnectionStatus:(BOOL)isWifiConnected;

    Parameters

    isRCConnected

    is true if the RC is connected with the Debug server.

    isWifiConnected

    is true if the debug client is connected with the Debug server based on WiFi.