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
trimX1y1DataSpanByteTrimX1y1Data bytes.
trimXyzDataSpanByteTrimXyzData bytes.
trimXy1Xy2DataSpanByteTrimXy1Xy2Data bytes.
Properties
DigX1
Gets or sets trim DigX1 data.
public byte DigX1 { get; set; }
Property Value
DigX2
Gets or sets trim DigX2 data.
public byte DigX2 { get; set; }
Property Value
DigXy1
Gets or sets trim DigXy1 data.
public int DigXy1 { get; set; }
Property Value
DigXy2
Gets or sets trim DigXy2 data.
public int DigXy2 { get; set; }
Property Value
DigXyz1
Gets or sets trim DigXyz1 data.
public int DigXyz1 { get; set; }
Property Value
DigY1
Gets or sets trim DigY1 data.
public byte DigY1 { get; set; }
Property Value
DigY2
Gets or sets trim DigY2 data.
public byte DigY2 { get; set; }
Property Value
DigZ1
Gets or sets trim DigZ1 data.
public int DigZ1 { get; set; }
Property Value
DigZ2
Gets or sets trim DigZ2 data.
public int DigZ2 { get; set; }
Property Value
DigZ3
Gets or sets trim DigZ3 data.
public int DigZ3 { get; set; }
Property Value
DigZ4
Gets or sets trim DigZ4 data.
public int DigZ4 { get; set; }