DJIRTKDelegate
@protocol DJIRTKDelegate <NSObject>
This protocol provides a delegate method to update the RTK state.
-
Callback function that updates the RTK state data.
Declaration
Objective-C
- (void)rtk:(DJIRTK *_Nonnull)rtk didUpdateRTKState:(DJIRTKState *_Nonnull)state;Parameters
rtkInstance of the RTK.
stateCurrent state of the RTK.
View on GitHub
DJIRTKDelegate Protocol Reference