I am developing a drone interface on Windows Form and want to display some telemetry data in the interface. However, when I write the code, I encounter an error stating that the function does not exist in the Mavlink library.
The data I want to display in the interface includes:
I want to reflect this data on my interface without issues, but I keep getting the same error. I need help finding a solution to this problem.