MetaWear C# SDK
1.0.0
C# API for MbientLab's sensor platform
|
A type DataProducer that is always producing data and is not user controlled. More...
Public Member Functions | |
Task< T > | ReadAsync () |
Reads the current value of the producer More... | |
Public Member Functions inherited from MbientLab.MetaWear.IDataProducer | |
Task< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
Adds a data route to the producer More... | |
A type DataProducer that is always producing data and is not user controlled.
T | Type that the raw value should be interpreted as |
Task<T> MbientLab.MetaWear.IActiveDataProducer< T >.ReadAsync | ( | ) |
Reads the current value of the producer
System.TimeoutException | If task takes longer than 250ms to complete |