class RTKChannelEnabledUpdatedCallback
interface RTKChannelEnabledUpdatedCallback
|
| Package: | dji.sdk.remotecontroller |
Description:
Interface to receive the current RTK channel enabled from the remote controller that supporting multi-device pairing.
Class Members:
Callback Method
method onRTKChannelEnabledUpdate
void onRTKChannelEnabledUpdate(boolean enabled)
|
| Package: | dji.sdk.remotecontroller |
Description:
Method to receive the current RTK channel enabled from the remote controller that supporting multi-device pairing.
| boolean enabled | The current RTK channel enabled. |