|
MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Data producer that emits data only when new data is available.
More...
Public Member Functions | |
| void | Start () |
| Begin data collection More... | |
| void | Stop () |
| End data collection More... | |
Public Member Functions inherited from MbientLab.MetaWear.IDataProducer | |
| Task< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
| Adds a data route to the producer More... | |
Data producer that emits data only when new data is available.
| void MbientLab.MetaWear.IAsyncDataProducer.Start | ( | ) |
Begin data collection
| void MbientLab.MetaWear.IAsyncDataProducer.Stop | ( | ) |
End data collection
1.8.14