chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tethering / BindRequest

BindRequest

data class BindRequest

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

Constructors

<init>

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

BindRequest(port: Int)

Properties

port

Port number to bind.

val port: Int