pl.wendigo.chrome.api.tethering / AcceptedEvent

AcceptedEvent

data class AcceptedEvent : Event (source)

Informs that port was successfully bound and got a specified connection id.

Link
Tethering#accepted event documentation.

Constructors

<init>

AcceptedEvent(port: Int, connectionId: String)

Informs that port was successfully bound and got a specified connection id.

Properties

connectionId

val connectionId: String

Connection id to be used.

port

val port: Int

Port number that was successfully bound.

Inherited Functions

protocolDomain

fun protocolDomain(): String