| Interface | Description |
|---|---|
| AsyncOperation<T> |
Wrapper class around a background operation that will asynchronously notify the user when it is done
|
| DataSignal |
Represents data from a data producer (sensor or on-board data processor) and defines what to do with the data
|
| DataSignal.ActivityHandler |
Reacts to data being emitted from a producer i.e.
|
| DataSignal.DataToken |
Token representing sensor/data processor output.
|
| DataSignal.ProcessorConfig |
Base class representing processor configurations
|
| MetaWearBoard |
Controller for communicating with a MetaWear board
|
| MetaWearBoard.DeviceInformation |
Wrapper class around the data from the device information service
|
| MetaWearBoard.Module |
Base class for on-board sensors, or features supported by the board's firmware
|
| RouteManager |
Manages a data route
|
| RouteManager.MessageHandler |
Processes messages received from data producers (i.e.
|
| Class | Description |
|---|---|
| AsyncOperation.CompletionHandler<U> |
Processes the result of the background operation that created this object.
|
| Message |
Container class for a sample of sensor data.
|
| MetaWearBleService |
Created by etsai on 6/15/2015.
|
| MetaWearBoard.ConnectionStateHandler |
Class for handling Bluetooth LE connection events
|
| Exception | Description |
|---|---|
| UnsupportedModuleException |
Checked exception signifying a module is not supported on the connected MetaWear board
|