Producer

object Producer

Deprecated

Deprecated since 0.0.16

Replace with

Properties

Link copied to clipboard
Link copied to clipboard
var manId: ProtoManId

Functions

Link copied to clipboard
suspend fun createDP(idType: Long, nameDP: String): ProtoMessageWrapper
Link copied to clipboard
suspend fun createType(systemId: Int, name: String, struct: String): ProtoMessageWrapper
Link copied to clipboard
suspend fun deleteDP(idDP: Long): ProtoMessageWrapper
Link copied to clipboard
suspend fun deleteType(systemId: Int, idType: Long): ProtoMessageWrapper
Link copied to clipboard
suspend fun dpConnect(dpIds: List<ProtoDpId>, answer: Boolean = false): SubsData
Link copied to clipboard
suspend fun dpDisconnect(subscriptionId: String): ProtoMessageWrapper
Link copied to clipboard
Link copied to clipboard
suspend fun dpExists(nameDP: String): ProtoMessageWrapper
Link copied to clipboard
suspend fun getDP(idSys: Int, idDp: Long, idAttr: Int, dpType: Long): ProtoMessageWrapper
Link copied to clipboard
suspend fun getDPIdentifire(dpId: ProtoDpId): ProtoMessageWrapper
Link copied to clipboard
suspend fun getDPNames(idDPType: Long): ProtoMessageWrapper
Link copied to clipboard
suspend fun getElement(idType: Long, idDP: Long): ProtoMessageWrapper
Link copied to clipboard
suspend fun getId(dp: String): ProtoMessageWrapper
suspend fun getId(listDp: List<String>): ProtoMessageWrapper
Link copied to clipboard
suspend fun getInfo(dpId: ProtoDpId): ProtoMessageWrapper
Link copied to clipboard
suspend fun getListByIdentify(dpids: List<ProtoDpId>): ProtoMessageWrapper
Link copied to clipboard
suspend fun getPeriod(periodFrom: Long, periodTo: Long, count: Int, nmax: Long = 0, dps: List<ProtoDpId> = listOf(), dpNames: List<String> = listOf()): List<ProtoMessageWrapper>
Link copied to clipboard
suspend fun getType(name: String, systemId: Int = 1): ProtoMessageWrapper
Link copied to clipboard
fun init(id: ProtoManId)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun renameDP(idDP: Long, nameDP: String): ProtoMessageWrapper
Link copied to clipboard
Link copied to clipboard
suspend fun requestTree(systemId: Int): ProtoMessageWrapper
Link copied to clipboard
suspend fun setDPByIdentify(dpsSetByIdentify: List<DPSetByIdentify>): ProtoMessageWrapper
suspend fun setDPByIdentify(dpId: ProtoDpId, value: Any, typeVar: ProtoVarType = dpId.eltype): ProtoMessageWrapper
Link copied to clipboard
fun shutdown()
Link copied to clipboard
Link copied to clipboard
suspend fun updateType(systemId: Int, idType: Long, nameType: String, struct: String): ProtoMessageWrapper
Link copied to clipboard
suspend fun waitForUpdates(subscriptionId: String, timeoutMillis: Long): ProtoMessageWrapper?