MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG Class Reference

Wrapper class encapsulating the response from low/high-g detecton More...

Public Member Functions

 LowHighG (bool isHigh, bool isLow, bool highGx, bool highGy, bool highGz, Sign highSign)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

bool IsLow [get]
 True if the interrupt from from low-g motion More...
 
bool IsHigh [get]
 True if the interrupt from from high-g motion. If it is not high-g motion, there is no need to check the high-g variables More...
 
bool HighGx [get]
 True if the x-axis triggered high-g interrupt More...
 
bool HighGy [get]
 True if the y-axis triggered high-g interrupt More...
 
bool HighGz [get]
 True if the z-axis triggered high-g interrupt More...
 
Sign HighSign [get]
 Direction of the high-g motion interrupt More...
 

Detailed Description

Wrapper class encapsulating the response from low/high-g detecton

Property Documentation

◆ HighGx

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG.HighGx
get

True if the x-axis triggered high-g interrupt

◆ HighGy

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG.HighGy
get

True if the y-axis triggered high-g interrupt

◆ HighGz

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG.HighGz
get

True if the z-axis triggered high-g interrupt

◆ HighSign

Sign MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG.HighSign
get

Direction of the high-g motion interrupt

◆ IsHigh

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG.IsHigh
get

True if the interrupt from from high-g motion. If it is not high-g motion, there is no need to check the high-g variables

◆ IsLow

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighG.IsLow
get

True if the interrupt from from low-g motion


The documentation for this class was generated from the following file: