Skip to main content

MagnetometerChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Sensors

Assembly: Wisej.Hybrid

Contains the current magnetometer information.

public class MagnetometerChangedEventArgs : EventArgs

Constructors

Instance memberMagnetometerChangedEventArgs(reading)

Initializes a new instance of the MagnetometerChangedEventArgs class.

NameTypeDescription
readingMagnetometerDataThe magnetometer data reading.

Properties

Instance memberReading

MagnetometerData: The current values of the magnetometer.