Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-testing
/
org.meshtastic.core.testing
/
FakeCommandSender
/
TelemetryRequest
Telemetry
Request
data
class
TelemetryRequest
(
val
requestId
:
Int
,
val
destNum
:
Int
,
val
typeValue
:
Int
,
val
expectedConnectionVersion
:
Long
?
=
null
)
(
source
)
Members
Constructors
Telemetry
Request
Link copied to clipboard
constructor
(
requestId
:
Int
,
destNum
:
Int
,
typeValue
:
Int
,
expectedConnectionVersion
:
Long
?
=
null
)
Properties
dest
Num
Link copied to clipboard
val
destNum
:
Int
expected
Connection
Version
Link copied to clipboard
val
expectedConnectionVersion
:
Long
?
request
Id
Link copied to clipboard
val
requestId
:
Int
type
Value
Link copied to clipboard
val
typeValue
:
Int