connect

abstract suspend fun connect(readerScope: CoroutineScope)

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.