Table of Contents

Struct PamojaDs18b20Reading

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

A decoded DS18B20 scratchpad, mirroring PamojaDs18b20Reading in pamoja.h.

public struct PamojaDs18b20Reading
Inherited Members

Fields

AlarmHigh

The high alarm threshold in whole degrees Celsius.

public sbyte AlarmHigh

Field Value

sbyte

AlarmLow

The low alarm threshold in whole degrees Celsius.

public sbyte AlarmLow

Field Value

sbyte

MicroCelsius

The temperature in micro-degrees Celsius.

public int MicroCelsius

Field Value

int

RawTemperature

The raw temperature register, 1/16 degree Celsius per count.

public short RawTemperature

Field Value

short

ResolutionBits

The configured resolution in bits: 9, 10, 11, or 12.

public byte ResolutionBits

Field Value

byte