class ConnectedRTKStationInfo
class ConnectedRTKStationInfo
|
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
The information of RTK base station that is connected with.
Supported since MSDK 5.0.0
Class Members:
Members
method getStationId
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the id of the RTK base station.
Return:
Integer | Return the id of the RTK base station. |
method getSignalLevel
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the signal level of the RTK base station.
Return:
Integer | Return the signal level of the RTK base station. |
method getStationName
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the name of the RTK base station.
Return:
String | Return the name of the RTK base station. |
method getBatteryVoltage
Integer getBatteryVoltage()
|
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the battery voltage of the RTK base station.
Return:
Integer | Return the battery voltage of the RTK base station. |
method getBatteryCurrent
Integer getBatteryCurrent()
|
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the battery current of the RTK base station.
Return:
Integer | Return the battery current of the RTK base station. |
method getBatteryTemperature
Integer getBatteryTemperature()
|
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the battery temperature of the RTK base station.
Return:
Integer | Return the battery temperature of the RTK base station. |
method getBatteryCapacityPercent
Integer getBatteryCapacityPercent()
|
Package: | dji.v5.manager.aircraft.rtk.station |
Description:
Get the battery capacity percentage of the RTK base station.
Return:
Integer | Return the battery capacity percentage of the RTK base station. |