InstanceState

data class InstanceState(val code: String? = null, val name: String? = null)

The current state of the instance

Constructors

Link copied to clipboard
constructor(code: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The state of the instance as a 16-bit unsigned integer.

Link copied to clipboard
val name: String? = null

The current state of the instance.