ConnectRequest

data class ConnectRequest(val receivedTime: Long = 0, val connectConfig: WifiConnectConfig)

Represents a request to connect to a Wi-Fi network.

Constructors

Link copied to clipboard
constructor(receivedTime: Long = 0, connectConfig: WifiConnectConfig)

Properties

Link copied to clipboard
val connectConfig: WifiConnectConfig

The configuration of the Wi-Fi network to connect to.

Link copied to clipboard

The timestamp when the request was created.