Rx2MavConnection
interface Rx2MavConnection
Properties
Link copied to clipboard
A stream of MavFrames.
Link copied to clipboard
The current state of the connection stream.
Functions
Link copied to clipboard
Closes the underlying MavConnection and stops the reading process.
Link copied to clipboard
Connects the underlying MavConnection and start reading from it. The Completable will receive a completed signal when the connection is created and then the reading process will start as a new task. The current implementation uses the IO Scheduler by default to schedule the tasks.
Link copied to clipboard
Link copied to clipboard
@CheckReturnValue
Sends the provided payload wrapped in an unsigned MAVLink v2 frame.