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

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

Detailed Description

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.

Member Function Documentation

◆ Subscribe()

void MbientLab.MetaWear.IAnonymousRoute.Subscribe ( Action< IData subscriber)

Subscribe to the data produced by this chain

Parameters
subscriberSubscriber implementation to handle the received data

Property Documentation

◆ Identifier

String MbientLab.MetaWear.IAnonymousRoute.Identifier
get

String identifying the data producer chain the route is receiving data from


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