class RTKSatelliteInfo
class RTKSatelliteInfo implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
RTK satellite information.
Supported since MSDK 5.0.0
Class Members:
Members
method getMobileStationReceiver1Info
List<RTKReceiverInfo> getMobileStationReceiver1Info()
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the receiver 1's information of the RTK module on the aircraft.
Return:
List<RTKReceiverInfo> | Return the receiver 1's information of the RTK module on the aircraft. |
method getMobileStationReceiver2Info
List<RTKReceiverInfo> getMobileStationReceiver2Info()
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get receiver 2's information of the RTK module on the aircraft.
Return:
List<RTKReceiverInfo> | Return the receiver 2's information of the RTK module on the aircraft. |
method getBaseStationReceiverInfo
List<RTKReceiverInfo> getBaseStationReceiverInfo()
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the receivers' information of the RTK base station.
Return:
List<RTKReceiverInfo> | Return the receivers' information of RTK base station. |