MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Pared down variant of the IRoute interface that only has one subscriber. More...
Public Member Functions | |
void | Subscribe (Action< IData > subscriber) |
Subscribe to the data produced by this chain More... | |
Properties | |
String | Identifier [get] |
String identifying the data producer chain the route is receiving data from More... | |
Pared down variant of the IRoute interface that only has one subscriber.
This interface is used to retrieve logged data from a board that was not programmed by the current device.
void MbientLab.MetaWear.IAnonymousRoute.Subscribe | ( | Action< IData > | subscriber | ) |
Subscribe to the data produced by this chain
subscriber | Subscriber implementation to handle the received data |
|
get |
String identifying the data producer chain the route is receiving data from