Table of Contents

Namespace Iot.Device.Sps30.Entities

Classes

DeviceStatus

Parsed response after requesting the DeviceStatus.

Measurement

Measurement class that can house both response types (Float vs UInt16) by using doubles. Depending on the amount of bytes passed, we can deduct the type.

VersionInformation

Parsed response after requesting version information.

Enums

MeasurementOutputFormat

The SPS30 supports two output formats, depending on its firmware version. Float (1.0+) and ushorts (2.0+). Both formats are supported in this library.