Class Api.Hardware
Contains possible values of hardware that are used to generate hardware id.
Inheritance
System.Object
Api.Hardware
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArmDot.Client
Assembly: ArmDot.Client.dll
Syntax
public static class Hardware
Fields
CPU
Declaration
public const byte CPU = 2
Field Value
Type | Description |
---|---|
System.Byte |
HDD
Declaration
public const byte HDD = 1
Field Value
Type | Description |
---|---|
System.Byte |
Motherboard
Declaration
public const byte Motherboard = 4
Field Value
Type | Description |
---|---|
System.Byte |