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

A data producer that only emits data when a Read command is issued. More...

Inheritance diagram for MbientLab.MetaWear.IForcedDataProducer:
MbientLab.MetaWear.IDataProducer MbientLab.MetaWear.Peripheral.Gpio.IAnalogDataProducer MbientLab.MetaWear.Sensor.AccelerometerBmi160.IStepCounterDataProducer MbientLab.MetaWear.Sensor.Temperature.ISensor MbientLab.MetaWear.Sensor.Temperature.IExternalThermistor

Public Member Functions

void Read ()
 Sends a read command to the producer More...
 
- Public Member Functions inherited from MbientLab.MetaWear.IDataProducer
Task< IRouteAddRouteAsync (Action< IRouteComponent > builder)
 Adds a data route to the producer More...
 

Detailed Description

A data producer that only emits data when a Read command is issued.

Read commands can be scheduled on the MetaWear using IMetaWearBoard.ScheduleAsync(uint, bool, System.Action) to avoid having to repeatedly send the command from the local device.

Member Function Documentation

◆ Read()

void MbientLab.MetaWear.IForcedDataProducer.Read ( )

Sends a read command to the producer


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