ProcessValueConfig

data class ProcessValueConfig(val value: ByteArray = ByteArray(0), val stime: Long = 0, val source: ProtoManId = ProtoManId.getDefaultInstance(), val status: Long = 0)

Структура для хранения данных конфигураций _online и _original

Constructors

Link copied to clipboard
constructor(value: ByteArray = ByteArray(0), stime: Long = 0, source: ProtoManId = ProtoManId.getDefaultInstance(), status: Long = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val source: ProtoManId
Link copied to clipboard
val status: Long = 0
Link copied to clipboard
val stime: Long = 0
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int