toggle menu
mavlink-kotlin
common
switch theme
search in API
adapter-coroutines
/
com.divpundir.mavlink.adapters.coroutines
/
CoroutinesMavConnection
/
sendSignedV2
send
Signed
V2
abstract
suspend
fun
<
T
:
MavMessage
<
T
>
>
sendSignedV2
(
systemId
:
UByte
,
componentId
:
UByte
,
payload
:
T
,
linkId
:
UByte
,
timestamp
:
UInt
,
secretKey
:
ByteArray
)
Sends the provided
payload
wrapped in a signed MAVLink v2 frame.