DJI Mobile SDK Documentation

      class LTELinkInfo

      @Keep
      class LTELinkInfo
      Package:dji.v5.manager.aircraft.lte
      Description:

      LTE link information, including link type and link quality level.

      Supported since MSDK 5.2.0

      Class Members:
      method getLTELinkType
      LTELinkType getLTELinkType()
      Package:dji.v5.manager.aircraft.lte
      Description:

      Getss the LTE link type.

      Return:
      LTELinkTypeReturns the LTE link type.
      method getLinkQualityLevel
      WlmLinkQualityLevelInfo getLinkQualityLevel()
      Package:dji.v5.manager.aircraft.lte
      Description:

      Gets the LTE link quality level.

      Return:
      WlmLinkQualityLevelInfoReturns the LTE link quality level.
      method getAircraftPrivatizationServerInfo
      LTEPrivatizationServerInfo getAircraftPrivatizationServerInfo()
      Package:dji.v5.manager.aircraft.lte
      Description:

      Gets the address of the aircraft LTE privatization server that has been set. If the set IP address is empty, you can call setLTEAircraftPrivatizationServerInfo to set it.

      Return:
      LTEPrivatizationServerInfoReturns the address of the aircraft LTE privatization server that has been set.
      method getRemoteControllerPrivatizationServerInfo
      LTEPrivatizationServerInfo getRemoteControllerPrivatizationServerInfo()
      Package:dji.v5.manager.aircraft.lte
      Description:

      Gets the address of the remote controller LTE privatization server that has been set. If the set IP address is empty, you can call setLTERemoteControllerPrivatizationServerInfo to set it.

      Return:
      LTEPrivatizationServerInfoReturns the address of the remote controller LTE privatization server that has been set.