data class AcceptedEvent : TetheringEvent
Informs that port was successfully bound and got a specified connection id.
<init> |
Informs that port was successfully bound and got a specified connection id. AcceptedEvent(port: Int, connectionId: String) |
connectionId |
Connection id to be used. val connectionId: String |
port |
Port number that was successfully bound. val port: Int |