DJI Mobile SDK Documentation

      class NetworkServiceSettings

      class NetworkServiceSettings
      Package:dji.common.flightcontroller.rtk
      Description:

      Settings for the network service that provides RTK reference station information.

      Class Members:
      method getServerAddress
      String getServerAddress()
      Package:dji.common.flightcontroller.rtk
      Description:

      The IP address or the domain name of the server that provides RTK network services.

      Return:
      StringA String value of the IP address or the domain name of the server.
      method
      method getPort
      int getPort()
      Package:dji.common.flightcontroller.rtk
      Description:

      The port number that SDK should connect to.

      Return:
      intThe int value of port number.
      method getUserName
      String getUserName()
      Package:dji.common.flightcontroller.rtk
      Description:

      User name to access the network service.

      Return:
      StringString value of the account user name.
      method getPassword
      String getPassword()
      Package:dji.common.flightcontroller.rtk
      Description:

      Password to access the network service.

      Return:
      StringString value of the account password.
      method getMountPoint
      String getMountPoint()
      Package:dji.common.flightcontroller.rtk
      Description:

      Mountpoint of the network service, which is a source ID for every streamed NtripSource.

      Return:
      StringString value of the MountPoint.
      class