Class Hardware
Inheritance
System.Object
Hardware
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class Hardware : IHardware
Properties
| Name | Description |
|---|---|
| DisplayHeight | The display height in Pixels. |
| DisplayHeightInmm | The display height in Millimeters. |
| DisplayHeightSansButtonBar | The display height without the button bar /pixel. |
| DisplayWidth | The display width in Pixels. |
| DisplayWidthInmm | The display width in Millimeters. |
| DisplayWidthSansButtonBar | The display width without the button bar /pixel. |
| FirmwareVersion | The firmware verison of the attached device if known. |
| FreeRAMSize | |
| ProductID | The product code that the assigns to the device. |
| ProductName | The name of the product if known. |
| SerialNumber | The serial number of the device. |
| TouchHeight | The height of the touch sensor /10μm. |
| TouchWidth | The width of the touch sensor /10μm. |
| VendorID | Identifies the vendor of a USB device. |
| VendorName | The name of the vendor if known. |