pl.wendigo.chrome.domain.systeminfo / GetInfoResponse

GetInfoResponse

data class GetInfoResponse (source)

Represents response frame for SystemInfo.getInfo method call.

Returns information about the system.

Constructors

<init>

GetInfoResponse(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)

Represents response frame for SystemInfo.getInfo method call.

Properties

commandLine

val commandLine: String

The command line string used to launch the browser. Will be the empty string if not supported.

gpu

val gpu: GPUInfo

Information about the GPUs on the system.

modelName

val modelName: String

A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.

modelVersion

val modelVersion: String

A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.