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