toggle menu
Telemetry
common
switch theme
search in API
core
/
com.profilog.telemetry.devices
/
DeviceConnection
/
Data
Data
data
class
Data
(
val
state
:
DeviceConnection.DataState
,
val
data
:
List
<
Record
>
=
listOf()
)
Members
Constructors
Data
Link copied to clipboard
constructor
(
state
:
DeviceConnection.DataState
,
data
:
List
<
Record
>
=
listOf()
)
Properties
data
Link copied to clipboard
val
data
:
List
<
Record
>
state
Link copied to clipboard
val
state
:
DeviceConnection.DataState