UnbindRequest

@Serializable
data class UnbindRequest(val port: Int)

Request object containing input parameters for the TetheringDomain.unbind command.

Constructors

Link copied to clipboard
constructor(port: Int)

Properties

Link copied to clipboard
val port: Int

Port number to unbind.