Table of Contents

Class Bmm150TrimRegisterData

Namespace
Iot.Device.Magnetometer
Assembly
Iot.Device.Bmm150.dll

Represents the trim registers of the sensor (trim values in the "trim_data" of device structure).

public class Bmm150TrimRegisterData
Inheritance
Bmm150TrimRegisterData

Constructors

Bmm150TrimRegisterData(SpanByte, SpanByte, SpanByte)

Initializes a new instance of the Bmm150TrimRegisterData class.

public Bmm150TrimRegisterData(SpanByte trimX1y1Data, SpanByte trimXyzData, SpanByte trimXy1Xy2Data)

Parameters

trimX1y1Data SpanByte

TrimX1y1Data bytes.

trimXyzData SpanByte

TrimXyzData bytes.

trimXy1Xy2Data SpanByte

TrimXy1Xy2Data bytes.

Properties

DigX1

Gets or sets trim DigX1 data.

public byte DigX1 { get; set; }

Property Value

byte

DigX2

Gets or sets trim DigX2 data.

public byte DigX2 { get; set; }

Property Value

byte

DigXy1

Gets or sets trim DigXy1 data.

public int DigXy1 { get; set; }

Property Value

int

DigXy2

Gets or sets trim DigXy2 data.

public int DigXy2 { get; set; }

Property Value

int

DigXyz1

Gets or sets trim DigXyz1 data.

public int DigXyz1 { get; set; }

Property Value

int

DigY1

Gets or sets trim DigY1 data.

public byte DigY1 { get; set; }

Property Value

byte

DigY2

Gets or sets trim DigY2 data.

public byte DigY2 { get; set; }

Property Value

byte

DigZ1

Gets or sets trim DigZ1 data.

public int DigZ1 { get; set; }

Property Value

int

DigZ2

Gets or sets trim DigZ2 data.

public int DigZ2 { get; set; }

Property Value

int

DigZ3

Gets or sets trim DigZ3 data.

public int DigZ3 { get; set; }

Property Value

int

DigZ4

Gets or sets trim DigZ4 data.

public int DigZ4 { get; set; }

Property Value

int