Go to the source code of this file.
|
| enum class | DynXXDeviceTypeX : uint8_t {
Unknown
, Android
, ApplePhone
, ApplePad
,
AppleMac
, AppleWatch
, AppleTV
, HarmonyOS
,
Windows
, Linux
} |
| |
| enum class | DynXXDeviceCpuArchX : uint8_t {
Unknown
, X86
, X86_64
, ARM
,
ARM_64
, IA64
, MIPS
, MIPS_64
,
RISCV
, RISCV_64
, PowerPC
, PowerPC_64
,
S390
, S390_64
} |
| |
◆ DynXXDeviceCpuArchX
| Enumerator |
|---|
| Unknown | |
| X86 | |
| X86_64 | |
| ARM | |
| ARM_64 | |
| IA64 | |
| MIPS | |
| MIPS_64 | |
| RISCV | |
| RISCV_64 | |
| PowerPC | |
| PowerPC_64 | |
| S390 | |
| S390_64 | |
◆ DynXXDeviceTypeX
| Enumerator |
|---|
| Unknown | |
| Android | |
| ApplePhone | |
| ApplePad | |
| AppleMac | |
| AppleWatch | |
| AppleTV | |
| HarmonyOS | |
| Windows | |
| Linux | |
◆ dynxxDeviceCpuArch()
◆ dynxxDeviceManufacturer()
◆ dynxxDeviceModel()
◆ dynxxDeviceName()
◆ dynxxDeviceOsVersion()
◆ dynxxDeviceType()