toggle menu
mavlink-kotlin
common
switch theme
search in API
connection-core
/
com.divpundir.mavlink.connection
/
MavRawFrame
/
MavRawFrame
Mav
Raw
Frame
constructor
(
stx
:
UByte
,
len
:
UByte
,
incompatFlags
:
UByte
,
compatFlags
:
UByte
,
seq
:
UByte
,
systemId
:
UByte
,
componentId
:
UByte
,
messageId
:
UInt
,
payload
:
ByteArray
,
checksum
:
UShort
,
signatureLinkId
:
UByte
,
signatureTimestamp
:
UInt
,
signature
:
ByteArray
,
rawBytes
:
ByteArray
)