DJI Mobile SDK Documentation

      class RTKCustomNetworkSetting

      class RTKCustomNetworkSetting implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      The settings of the custom network RTK.

      Supported since MSDK 5.0.0

      Class Members:

      Members

      method setServerAddress
      void setServerAddress(String serverAddress)
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Set the server or IP address of the custom network RTK.

      Input Parameters:
      String serverAddressThe server or IP address of the custom network RTK.
      method getServerAddress
      String getServerAddress()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the server or IP address of the custom network RTK.

      Return:
      StringReturn the server or IP address of the custom network RTK.
      method
      method setPort
      void setPort(Integer port)
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Set the port of the custom network RTK.

      Input Parameters:
      Integer portThe port of the custom network RTK.
      method
      method getPort
      Integer getPort()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the port of the custom network RTK.

      Return:
      IntegerReturn the port of the custom network RTK.
      method setUserName
      void setUserName(String userName)
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Set the username of the custom network RTK.

      Input Parameters:
      String userNameThe username of the custom network RTK.
      method getUserName
      String getUserName()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the username of the custom network RTK.

      Return:
      StringReturn the username of the custom network RTK.
      method setPassword
      void setPassword(String password)
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Set the password of the custom network RTK.

      Input Parameters:
      String passwordThe password of the custom network RTK.
      method getPassword
      String getPassword()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the password of the custom network RTK.

      Return:
      StringReturn the password of the custom network RTK.
      method setMountPoint
      void setMountPoint(String mountPoint)
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Set the mount point of the custom network RTK.

      Input Parameters:
      String mountPointThe mount point of the custom network RTK.
      method getMountPoint
      String getMountPoint()
      Package:dji.sdk.keyvalue.value.rtkbasestation
      Description:

      Get the mount point of the custom network RTK.

      Return:
      StringReturn the mount point of the custom network RTK.