DJI Mobile SDK Documentation

      class DJIMutableRTKNetworkServiceSettings

      @interface DJIMutableRTKNetworkServiceSettings : DJIRTKNetworkServiceSettings
      Header:DJIRTKNetworkServiceSettings.h
      Inherits From:DJIRTKNetworkServiceSettings
      Description:

      Settings for the network service that provides RTK reference station information. This is the mutable version of DJIRTKNetworkServiceSettings.

      Class Members:
      property serverAddress
      @property (nonatomic, readwrite) NSString *serverAddress
      Header:DJIRTKNetworkServiceSettings.h
      Description:

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

      property
      property port
      @property (nonatomic, readwrite) int port
      Header:DJIRTKNetworkServiceSettings.h
      Description:

      The port number that SDK should connect to.

      property
      property userName
      @property (nonatomic, readwrite) NSString *userName
      Header:DJIRTKNetworkServiceSettings.h
      Description:

      User name to access the network service.

      property
      property password
      @property (nonatomic, readwrite) NSString *password
      Header:DJIRTKNetworkServiceSettings.h
      Description:

      Password to access the network service.

      property
      property mountpoint
      @property (nonatomic, readwrite) NSString *mountpoint
      Header:DJIRTKNetworkServiceSettings.h
      Description:

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