MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Defines how data flows from a data producer to an endpoint More...
Public Member Functions | |
ISubscriber | LookupSubscriber (string name) |
Retrieve the subscriber associated with the user defined name. More... | |
void | Remove () |
Removes the route and marks the object as invalid More... | |
Properties | |
uint | ID [get] |
Unique value identifying the route. More... | |
bool | Valid [get] |
True if this object is still useable, discard if false More... | |
ISubscriber [] | Subscribers [get] |
Array data subscribers associated with the IRouteComponent.Stream(System.Action<IData>) and IRouteComponent.Log() components. More... | |
Defines how data flows from a data producer to an endpoint
ISubscriber MbientLab.MetaWear.IRoute.LookupSubscriber | ( | string | name | ) |
Retrieve the subscriber associated with the user defined name.
name | Value that matches the parameter given to IRouteComponent.Name(string) component |
void MbientLab.MetaWear.IRoute.Remove | ( | ) |
Removes the route and marks the object as invalid
|
get |
Unique value identifying the route.
Use with IMetaWearBoard.LookupRoute(uint) to retrive an existing route
|
get |
Array data subscribers associated with the IRouteComponent.Stream(System.Action<IData>) and IRouteComponent.Log() components.
The array is ordered to match the order in which the Stream
and Log
components are added in the route builder
|
get |
True if this object is still useable, discard if false