Companion

object Companion

Functions

Link copied to clipboard
fun name(e: Int): String

Properties

Link copied to clipboard
const val Constant: Byte = 1

Hardcoded constant, with export via API, without GUI

Link copied to clipboard
const val Ini: Byte = 5

Value defined in INI-file , with export via API, without GUI

Link copied to clipboard
const val Internal: Byte = 0

Internal usage only, without export via API, without GUI

Link copied to clipboard
Link copied to clipboard
const val ReadOnly: Byte = 2

Hardcoded constant or value from system API, with export via API, with readonly GUI

Link copied to clipboard
const val System: Byte = 3

Value from system API, with export via API, without GUI

Link copied to clipboard
const val User: Byte = 4

Value defined by user, with export via API, with read/write GUI