Interface IHardware
Various read-only device properties.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public interface IHardware
Remarks
Might be subject to additions.
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. |
FreeRAMSize | The free RAM size. |
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. |