MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.IAsyncDataProducer Interface Reference

Data producer that emits data only when new data is available.
More...

Inheritance diagram for MbientLab.MetaWear.IAsyncDataProducer:
MbientLab.MetaWear.IDataProducer MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepDetectorDataProducer MbientLab.MetaWear.Sensor.AccelerometerBosch.IFlatDataProducer MbientLab.MetaWear.Sensor.AccelerometerBosch.ILowAndHighGDataProducer MbientLab.MetaWear.Sensor.AccelerometerBosch.IMotionDataProducer MbientLab.MetaWear.Sensor.AccelerometerBosch.IOrientationDataProducer MbientLab.MetaWear.Sensor.AccelerometerBosch.ITapDataProducer MbientLab.MetaWear.Sensor.AccelerometerMma8452q.IOrientationDataProducer MbientLab.MetaWear.Sensor.AccelerometerBma255.IBma255FlatDataProducer MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160FlatDataProducer MbientLab.MetaWear.Sensor.AccelerometerBmi160.IBmi160MotionDataProducer

Public Member Functions

void Start ()
 Begin data collection More...
 
void Stop ()
 End data collection More...
 
- Public Member Functions inherited from MbientLab.MetaWear.IDataProducer
Task< IRouteAddRouteAsync (Action< IRouteComponent > builder)
 Adds a data route to the producer More...
 

Detailed Description

Data producer that emits data only when new data is available.

Member Function Documentation

◆ Start()

void MbientLab.MetaWear.IAsyncDataProducer.Start ( )

Begin data collection

◆ Stop()

void MbientLab.MetaWear.IAsyncDataProducer.Stop ( )

End data collection


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