DJI Mobile SDK Documentation

      class LDMModule

      class LDMModule
      Package:dji.sdk.sdkmanager
      Description:

      Module definition.

      Class Members:
      Constructor
      class
      LDM Module
      method
      method isEnabled
      boolean isEnabled()
      Package:dji.sdk.sdkmanager
      Description:

      true if the network service is enabled.

      method getModuleType
      LDMModuleType getModuleType()
      Package:dji.sdk.sdkmanager
      Description:

      The type of module. The module that you set to enable the network service.

      LDM Module Type
      enum
      enum LDMModuleType
      enum LDMModuleType
      Package:dji.sdk.sdkmanager
      Description:

      The type of module. The modules that support network service in LDM mode.

      Enum Members:
      RTKThe module of RTK. In LDM mode, You can use this type to enable the network service for RTK, so that you can using the RTK function as normal.
      USER_ACCOUNTThe module of User Account. In LDM mode, You can use this type to enable the network service for User Account, so that you can using the Login function as normal. After login your DJI account, you can remove the height and distance limit in LDM mode.
      LIVE_STREAMINGThe module of Live Streaming. In LDM mode, You can use this type to enable the network service for live streaming, so that you can using the Live Streaming function as normal.
      FIRMWARE_UPGRADEThe module of FirmwareUpgrade. In LDM mode, You can use this type to enable the network service for FirmwareUpgrade, so that you can using the FirmwareUpgrade function as normal.
      Class Members: