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.
String serverAddress | The 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:
String | Return the server or IP address of the custom network RTK. |
method setPort
void setPort(Integer port)
|
Package: | dji.sdk.keyvalue.value.rtkbasestation |
Description:
Set the port of the custom network RTK.
Integer port | The port of the custom network RTK. |
method getPort
Package: | dji.sdk.keyvalue.value.rtkbasestation |
Description:
Get the port of the custom network RTK.
Return:
Integer | Return 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.
String userName | The username of the custom network RTK. |
method getUserName
Package: | dji.sdk.keyvalue.value.rtkbasestation |
Description:
Get the username of the custom network RTK.
Return:
String | Return 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.
String password | The password of the custom network RTK. |
method getPassword
Package: | dji.sdk.keyvalue.value.rtkbasestation |
Description:
Get the password of the custom network RTK.
Return:
String | Return 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.
String mountPoint | The mount point of the custom network RTK. |
method getMountPoint
Package: | dji.sdk.keyvalue.value.rtkbasestation |
Description:
Get the mount point of the custom network RTK.
Return:
String | Return the mount point of the custom network RTK. |