chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tethering.events / TetheringEvent / AcceptedEvent

AcceptedEvent

data class AcceptedEvent : TetheringEvent

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

Official doc

Constructors

<init>

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

AcceptedEvent(port: Int, connectionId: String)

Properties

connectionId

Connection id to be used.

val connectionId: String

port

Port number that was successfully bound.

val port: Int