MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
A component that creates data, such as firmware features (battery level reporting) or sensors More...
Public Member Functions | |
Task< IRoute > | AddRouteAsync (Action< IRouteComponent > builder) |
Adds a data route to the producer More... | |
A component that creates data, such as firmware features (battery level reporting) or sensors
Task<IRoute> MbientLab.MetaWear.IDataProducer.AddRouteAsync | ( | Action< IRouteComponent > | builder | ) |
Adds a data route to the producer
builder | Builder object to construct the route |
TimeoutException | If creating reaction, loggers, or data processors takes too long |
IllegalRouteOperationException | If an invalid combination of route components are used |