data class AcceptedEvent : TetheringEvent
AcceptedEvent(port: Int, connectionId: String)
Connection id to be used.
val connectionId: String
Port number that was successfully bound.
val port: Int