trySendUnsignedV2
suspend fun <T : MavMessage<T>> CoroutinesMavConnection.trySendUnsignedV2(systemId: UByte, componentId: UByte, payload: T): Boolean
A wrapper around CoroutinesMavConnection.sendUnsignedV2 that returns true if no exception was thrown and false otherwise.