Accepted

@Serializable
data class Accepted(val port: Int, val connectionId: String) : TetheringEvent(source)

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

Official doc

Constructors

Link copied to clipboard
constructor(port: Int, connectionId: String)

Properties

Link copied to clipboard

Connection id to be used.

Link copied to clipboard
val port: Int

Port number that was successfully bound.