MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Public Member Functions | List of all members
MbientLab.MetaWear.Builder.IRouteBranchEnd Interface Reference

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...
 

Detailed Description

Route element for enforcing that users call To or Index(int) immediately after a terminating branch

Member Function Documentation

◆ Index()

IRouteComponent MbientLab.MetaWear.Builder.IRouteBranchEnd.Index ( int  i)

Gets a specific component value from the split data value

Parameters
iPosition in the split values array to return
Returns
Object representing the component value

◆ Name()

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.

Parameters
nameAssigned unique name to the most recent data producer (sensor or data processor)
Returns
Calling object

◆ To()

IRouteComponent MbientLab.MetaWear.Builder.IRouteBranchEnd.To ( )

Signals the creation of a new multicast branch

Returns
Component representing the most recent multicast branch

The documentation for this interface was generated from the following file: