Hello

class Hello(val protocol: Int, val limits: RemoteLimits, types: Set<ProjectionType>) : RemoteMessage(source)

Negotiates the supported protocol and exact extension schemas before any screen is opened.

Constructors

Link copied to clipboard
constructor(protocol: Int, limits: RemoteLimits, types: Set<ProjectionType>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val session: Long?

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

Link copied to clipboard