Open

class Open(event: Event) : SessionState

indicates open state

Constructors

Open
Link copied to clipboard
js
fun Open(event: Event)

Functions

asShort
Link copied to clipboard
js
open override fun asShort(): Short
gives the SessionState as Short
equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open override fun toString(): String

Properties

event
Link copied to clipboard
js
val event: Event
Event when connection is open