Control

data class Control(val session: Long, val state: RuntimeUiControl) : RemoteMessage(source)

Server-ordered control request; declaration state and session identity remain unchanged.

Constructors

Link copied to clipboard
constructor(session: Long, state: RuntimeUiControl)

Properties

Link copied to clipboard
open override val session: Long

Terminal queue owner, or null for a connection-level greeting.

Link copied to clipboard