Bme680ReadResult Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a measurement result of a Bme280 sensor.
C#
public class Bme680ReadResult : Iot.Device.Bmxx80.ReadResult.Bme280ReadResult
type Bme680ReadResult = class
inherit Bme280ReadResult
Public Class Bme680ReadResult
Inherits Bme280ReadResult
- Inheritance
Bme680Read |
Initialize a new instance of the Bme680ReadResult class. |
Gas |
Collected gas resistance measurement. NaN if no measurement was performed. |
Humidity |
Collected humidity measurement. (Inherited from Bme280ReadResult) |
Pressure |
Collected pressure measurement. (Inherited from Bmp280ReadResult) |
Temperature |
Collected temperature measurement. (Inherited from Bmp280ReadResult) |
Product | Versions |
---|---|
.NET IoT Libraries | 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |