TetheringEvent

@Serializable
sealed class TetheringEvent(source)

Inheritors

Types

Link copied to clipboard
@Serializable
data class Accepted(val port: Int, val connectionId: String) : TetheringEvent

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