trySendSignedV2

suspend fun <T : MavMessage<T>> CoroutinesMavConnection.trySendSignedV2(systemId: UByte, componentId: UByte, payload: T, linkId: UByte, timestamp: UInt, secretKey: ByteArray): Boolean

A wrapper around CoroutinesMavConnection.sendSignedV2 that returns true if no exception was thrown and false otherwise.