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
isRCConnectedis true if the RC is connected with the Debug server.
isWifiConnectedis true if the debug client is connected with the Debug server based on WiFi.
View on GitHub
DJISDKDebugServerDelegate Protocol Reference