GetCurrentMachineHardwareId Method
Generates a hardware id based on the current machine's hardware.
public static string GetCurrentMachineHardwareId(byte hardware);Parameters
| Name | Type | Description |
|---|---|---|
hardware | byte | Use it to specify the hardware combination you want to use to generate a hardware id. One or several of the ArmDot.Client.Api.Hardware values are possible. |
Returns
The current machine's hardware id.