MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Route element for enforcing that users call To or Index(int) immediately after a terminating branch More...
Public Member Functions | |
IRouteComponent | To () |
Signals the creation of a new multicast branch More... | |
IRouteComponent | Index (int i) |
Gets a specific component value from the split data value More... | |
IRouteBranchEnd | Name (string name) |
Assigns a user-defined name identifying the processor or producer. If used with a processor, the processor can be retrieved by said name with the IDataProcessor interface. More... | |
Route element for enforcing that users call To or Index(int) immediately after a terminating branch
IRouteComponent MbientLab.MetaWear.Builder.IRouteBranchEnd.Index | ( | int | i | ) |
Gets a specific component value from the split data value
i | Position in the split values array to return |
IRouteBranchEnd MbientLab.MetaWear.Builder.IRouteBranchEnd.Name | ( | string | name | ) |
Assigns a user-defined name identifying the processor or producer. If used with a processor, the processor can be retrieved by said name with the IDataProcessor interface.
name | Assigned unique name to the most recent data producer (sensor or data processor) |
IRouteComponent MbientLab.MetaWear.Builder.IRouteBranchEnd.To | ( | ) |
Signals the creation of a new multicast branch