toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
extgateway
/
ru.sydis.extgateway.api
/
DpModuleImpl
/
Connect
Connect
data
class
Connect
<
TDp
,
TVal
>
(
val
dps
:
TDp
,
val
notifier
:
(
dp
:
TDp
,
value
:
TVal
)
->
Unit
)
Members
Constructors
Connect
Link copied to clipboard
constructor
(
dps
:
TDp
,
notifier
:
(
dp
:
TDp
,
value
:
TVal
)
->
Unit
)
Properties
dps
Link copied to clipboard
val
dps
:
TDp
notifier
Link copied to clipboard
val
notifier
:
(
dp
:
TDp
,
value
:
TVal
)
->
Unit