@interface DJIRTKBaseStationInformation : NSObject |
Header: | DJIRTKServcieBaseTypes.h |
Inherits From: | NSObject |
The class is used to save the information of the base station. Only supported by Matrice 300 RTK series.
@property(nonatomic, readonly) NSUInteger baseStationID |
Header: | DJIRTKServcieBaseTypes.h |
Gets the scanned base station's ID.
@property(nonatomic, readonly) NSString *baseStationName |
Header: | DJIRTKServcieBaseTypes.h |
Gets the scanned base station's name.
@property(nonatomic, readonly) int signalLevel |
Header: | DJIRTKServcieBaseTypes.h |
Gets the signal level of the base station. The signal is in range [0, 5], where 5 is the strongest signal.
{{searchCount}} Results