MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
Represents a More...
Public Member Functions | |
void | Attach (Action< IData > handler) |
Assigns a handler for the received data More... | |
void | Listen (Action< IData > handler=null) |
Activates the subscriber and assigns a handler for the received data More... | |
void | Quiet () |
Quiets the streamed data the subscriber is listening to, does nothing if the subcriber is listening to logged data More... | |
Properties | |
string | Identifier [get] |
String identifying the data producer chain the subscriber is receiving data from. More... | |
Represents a
Stream
or Log
component added in a route builder
void MbientLab.MetaWear.ISubscriber.Attach | ( | Action< IData > | handler | ) |
Assigns a handler for the received data
handler | Handler to process the received data |
void MbientLab.MetaWear.ISubscriber.Listen | ( | Action< IData > | handler = null | ) |
Activates the subscriber and assigns a handler for the received data
handler | Handler to process the received data, null if existing handler should be used |
void MbientLab.MetaWear.ISubscriber.Quiet | ( | ) |
Quiets the streamed data the subscriber is listening to, does nothing if the subcriber is listening to logged data
|
get |
String identifying the data producer chain the subscriber is receiving data from.
This value can be matched with the IAnonymousRoute.Identifier property if syncing logged data with the IAnonymousRoute interface.