toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.para.utils
/
DirectionData
Direction
Data
data
class
DirectionData
(
val
name
:
String
,
val
code
:
Int
,
val
type
:
DirectionModbusType
?
=
null
)
Members
Constructors
Direction
Data
Link copied to clipboard
constructor
(
name
:
String
,
code
:
Int
,
type
:
DirectionModbusType
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
Int
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
DirectionModbusType
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String