Class Api.Hardware
Contains possible values of hardware that are used to generate hardware id.
Inherited Members
Namespace: ArmDot.Client
Assembly: ArmDot.Client.dll
Syntax
public static class Api.Hardware
Fields
CPU
Contains possible values of hardware that are used to generate hardware id.
Declaration
public const byte CPU = 2
Field Value
Type | Description |
---|---|
byte |
HDD
Contains possible values of hardware that are used to generate hardware id.
Declaration
public const byte HDD = 1
Field Value
Type | Description |
---|---|
byte |
Motherboard
Contains possible values of hardware that are used to generate hardware id.
Declaration
public const byte Motherboard = 4
Field Value
Type | Description |
---|---|
byte |