Get Info Response
data class GetInfoResponse(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)
Content copied to clipboard
Represents response frame that is returned from SystemInfo#getInfo operation call. Returns information about the system.
See also
Constructors
GetInfoResponse
Link copied to clipboard
fun GetInfoResponse(gpu: GPUInfo, modelName: String, modelVersion: String, commandLine: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard