Table of Contents

Struct PamojaSht3xStatus

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

A decoded SHT3x status register. Mirrors <c>PamojaSht3xStatus</c> in <c>pamoja.h</c>.

public struct PamojaSht3xStatus
Inherited Members

Fields

AlertPending

1 when at least one alert condition is pending.

public byte AlertPending

Field Value

byte

Bits

The 16-bit status word the flags were read from.

public ushort Bits

Field Value

ushort

CommandFailed

1 when the last command could not be processed.

public byte CommandFailed

Field Value

byte

HeaterOn

1 while the on-die heater is running.

public byte HeaterOn

Field Value

byte

HumidityTrackingAlert

1 when a humidity tracking alert is set.

public byte HumidityTrackingAlert

Field Value

byte

ResetDetected

1 when the part has reset since the flag was last cleared.

public byte ResetDetected

Field Value

byte

TemperatureTrackingAlert

1 when a temperature tracking alert is set.

public byte TemperatureTrackingAlert

Field Value

byte

WriteChecksumFailed

1 when the last write failed its checksum.

public byte WriteChecksumFailed

Field Value

byte