CoroutinesMavConnection
Properties
A stream of MavFrames.
The current state of the connection stream.
Functions
Closes the underlying MavConnection and stops the reading process.
Connects the underlying MavConnection and start reading from it. This method will suspend till the connection is created and then the readerScope will be used to start the reading process in a new coroutine.
Sends the provided payload wrapped in an unsigned MAVLink v2 frame.
A wrapper around CoroutinesMavConnection.close that returns true
if no exception was thrown and false
otherwise.
A wrapper around CoroutinesMavConnection.connect that returns true
if no exception was thrown and false
otherwise.
A wrapper around CoroutinesMavConnection.sendSignedV2 that returns true
if no exception was thrown and false
otherwise.
A wrapper around CoroutinesMavConnection.sendUnsignedV2 that returns true
if no exception was thrown and false
otherwise.
A wrapper around CoroutinesMavConnection.sendV1 that returns true
if no exception was thrown and false
otherwise.