Device Class |
public class Device : Sensor, Sensor
The Device type exposes the following members.
Name | Description | |
---|---|---|
![]() | Celsius | Read-only property returning the temperature in degrees Celsius. |
![]() | DeviceID | Read-only property returning the device ID. |
![]() | Fahrenheit | Read-only property returning the temperature in degrees Fahrenheit. |
![]() | Humidity | Read-only property returning the percentage relative humidity. |
![]() | Kelvins | Read-only property returning the temperature in Kelvins. |
![]() | ManufacturerID | Read-only property returning the manufacturer ID. |
Name | Description | |
---|---|---|
![]() | Read | Read from an HDC1080 device register. |
![]() | Write | Write to an HDC1080 device register. |
Name | Description | |
---|---|---|
![]() ![]() | RegConfiguration | Configuration Register address. |
![]() ![]() | RegDeviceID | Device ID Register address. |
![]() ![]() | RegHumidity | Humidity Register address. |
![]() ![]() | RegManufacturerID | Manufacturer ID Register address. |
![]() ![]() | RegSerialNumberFirst | Serial Number First Bits Register address. |
![]() ![]() | RegSerialNumberLast | Serial Number Last Bits Register address. |
![]() ![]() | RegSerialNumberMid | Serial Number Middle Bits Register address. |
![]() ![]() | RegTemperature | Temperature Register address. |