toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
api
/
ru.sydis.api
/
ApiBaseObject
Api
Base
Object
object
ApiBaseObject
Members
Types
Connect
Data
Link copied to clipboard
data
class
ConnectData
(
val
key
:
ConnectSubsId
,
val
value
:
List
<
ProtoValue
>
,
val
ts
:
Long
=
System.currentTimeMillis()
,
val
hash
:
Int
=
0
)
Properties
DP_NAME_REGEX
Link copied to clipboard
val
DP_NAME_REGEX
:
Regex
sr
Link copied to clipboard
lateinit
var
sr
:
SendReceive
token
Current
Link copied to clipboard
var
tokenCurrent
:
String
Functions
install
Api
Link copied to clipboard
fun
installApi
(
iBroker
:
MessageBroker
<
ByteString
,
ProtoMessageWrapper
>
,
iManId
:
ProtoManId
)
fun
installApi
(
iProtoManId
:
ProtoManId
,
id
:
String
=
iProtoManId.toTopicName()
)
is
Initialized
Link copied to clipboard
fun
isInitialized
(
)
:
Boolean