|
MetaWear C# SDK
1.0.0
C# API for MbientLab's sensor platform
|
Firmware feature that manipulates data on-board More...
Public Member Functions | |
| T | Edit< T > (string name) |
| Edits a data processor More... | |
| IForcedDataProducer | State (string name) |
| Gets a IForcedDataProducer representing the processor's internal state More... | |
Firmware feature that manipulates data on-board
| T MbientLab.MetaWear.Core.IDataProcessor.Edit< T > | ( | string | name | ) |
Edits a data processor
| T | Type to cast the returned object as |
| name | Processor name to look up, set by IRouteComponent.Name(string) |
| T | : | class | |
| T | : | IEditor |
| IForcedDataProducer MbientLab.MetaWear.Core.IDataProcessor.State | ( | string | name | ) |
Gets a IForcedDataProducer representing the processor's internal state
| name | Processor name to look up, set by IRouteComponent.Name(string) |
1.8.14