CPU

interface CPU : WebInfoItem

Represents the CPU architecture information.

This interface provides a property to retrieve the CPU's architecture (e.g., x86, ARM). It can be used to gather details about the CPU for system information or analytics.

Author

N7ghtm4r3

See also

Inheritors

CPUImpl

Properties

Link copied to clipboard
abstract val architecture: String

architecture The architecture of the CPU (e.g., x86, ARM).

Functions

Link copied to clipboard
open fun String?.safeValue(): String

Method to use a null-safe value.