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.AnyMotion Class Reference

Wrapper class encapsulating responses from any motion detection More...

Public Member Functions

 AnyMotion (Sign sign, bool xAxisActive, bool yAxisActive, bool zAxisActive)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

Sign Sign [get]
 Slope sign of the triggering motion More...
 
bool XAxisActive [get]
 True if x-axis triggered the motion interrupt More...
 
bool YAxisActive [get]
 True if y-axis triggered the motion interrupt More...
 
bool ZAxisActive [get]
 True if z-axis triggered the motion interrupt More...
 

Detailed Description

Wrapper class encapsulating responses from any motion detection

Property Documentation

◆ Sign

Sign MbientLab.MetaWear.Sensor.AccelerometerBosch.AnyMotion.Sign
get

Slope sign of the triggering motion

◆ XAxisActive

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.AnyMotion.XAxisActive
get

True if x-axis triggered the motion interrupt

◆ YAxisActive

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.AnyMotion.YAxisActive
get

True if y-axis triggered the motion interrupt

◆ ZAxisActive

bool MbientLab.MetaWear.Sensor.AccelerometerBosch.AnyMotion.ZAxisActive
get

True if z-axis triggered the motion interrupt


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