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:
String | A String value of the IP address or the domain name of the server. |
method getPort
Package: | dji.common.flightcontroller.rtk |
Description:
The port number that SDK should connect to.
Return:
int | The int value of port number. |
method getUserName
Package: | dji.common.flightcontroller.rtk |
Description:
User name to access the network service.
Return:
String | String value of the account user name. |
method getPassword
Package: | dji.common.flightcontroller.rtk |
Description:
Password to access the network service.
Return:
String | String value of the account password. |
method getMountPoint
Package: | dji.common.flightcontroller.rtk |
Description:
Mountpoint of the network service, which is a source ID for every streamed NtripSource.
Return:
String | String value of the MountPoint. |