DynXX-Cxx
Loading...
Searching...
No Matches
Device.hxx
Go to the documentation of this file.
1#pragma once
2
3#include "Types.hxx"
4
5enum class DynXXDeviceTypeX: uint8_t {
12 AppleTV,
14 Windows,
15 Linux
16};
17
18enum class DynXXDeviceCpuArchX: uint8_t {
19 Unknown,
20 X86,
21 X86_64,
22 ARM,
23 ARM_64,
24 IA64,
25 MIPS,
26 MIPS_64,
27 RISCV,
29 PowerPC,
31 S390,
33};
34
36
37std::string dynxxDeviceName();
38
40
41std::string dynxxDeviceModel();
42
44
DynXXDeviceCpuArchX dynxxDeviceCpuArch()
std::string dynxxDeviceName()
DynXXDeviceTypeX dynxxDeviceType()
std::string dynxxDeviceManufacturer()
std::string dynxxDeviceOsVersion()
DynXXDeviceCpuArchX
Definition Device.hxx:18
DynXXDeviceTypeX
Definition Device.hxx:5
std::string dynxxDeviceModel()