pl.wendigo.chrome.domain.tethering / AcceptedEvent

AcceptedEvent

data class AcceptedEvent : ProtocolEvent (source)

Represents event frames for Tethering.accepted

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

Constructors

<init>

AcceptedEvent(port: Int, connectionId: String)

Represents event frames for Tethering.accepted

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