Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-takserver
/
org.meshtastic.core.takserver
/
TakTestResult
Tak
Test
Result
data
class
TakTestResult
(
val
fixtureName
:
String
,
val
xmlBytes
:
Int
,
val
compressedBytes
:
Int
,
val
passed
:
Boolean
,
val
error
:
String
?
=
null
)
(
source
)
Result of sending a single test fixture through the TAK mesh pipeline.
Members
Constructors
Tak
Test
Result
Link copied to clipboard
constructor
(
fixtureName
:
String
,
xmlBytes
:
Int
,
compressedBytes
:
Int
,
passed
:
Boolean
,
error
:
String
?
=
null
)
Properties
compressed
Bytes
Link copied to clipboard
val
compressedBytes
:
Int
error
Link copied to clipboard
val
error
:
String
?
fixture
Name
Link copied to clipboard
val
fixtureName
:
String
passed
Link copied to clipboard
val
passed
:
Boolean
xml
Bytes
Link copied to clipboard
val
xmlBytes
:
Int