Interface IDeviceProperties
Provides information about the connected device.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public interface IDeviceProperties
Examples
This gets the display width of the connected device.
C#
int width = driver.DevicePropierties.Hardware.DisplayWidth;
VB.NET
Dim width As Integer = driver.DeviceProperties.Hardware.DisplayWidth
Properties
Name | Description |
---|---|
ConfigVar | Probes device bound configuration variables. |
CryptoIDInfo | Queries information on the cryptographic keys and certificates stored on the device. |
Features | Probes the support for several features. |
Hardware | Probes hardware specs. |
PadOpenState | Probes a state that indicates whether the device has been opened. |
Status | Properties related to the device status. |