MetaWear C# SDK
1.2.0
C# API for MbientLab's sensor platform
|
▼NMbientLab | |
▼NMetaWear | |
▼NBuilder | |
CIRouteBranchEnd | Route element for enforcing that users call To or Index(int) immediately after a terminating branch |
CIRouteComponent | Component in a route definition |
CIRouteMulticast | Route element for enforcing that users call To immediately after declaring a multicast |
CIRouteSplit | RouteComponent for enforcing that users call Index(int) immediately after splitting data |
▼NCore | |
▶NDataProcessor | |
▶NSensorFusionBosch | |
▶NSettings | |
CIDataProcessor | Firmware feature that manipulates data on-board |
CIDebug | Auxiliary functions, for advanced use only |
CILogging | Firmware feature that saves data to the on-board flash memory |
CIMacro | Firmware feature that saves MetaWear commands to the on-board flash memory |
CISensorFusionBosch | Bosch algorithm combining accelerometer, gyroscope, and magnetometer data for Bosch sensors. |
CISettings | Configures Bluetooth settings and auxiliary hardware and firmware features |
▼NData | |
CAcceleration | Encapsulates acceleration data, values are represented in g's |
CAngularVelocity | Encapsulates angular velocity data, values are in degrees per second |
CEulerAngles | Encapsulates Euler angles, values are in degrees |
CFloatVector | Generic container holding a vector of float values |
CMagneticField | Encapsulates magnetic field strength data, values are in Tesla (g) |
CQuaternion | Encapsulates a quaternion in the form q = w + xi + yj + zk |
▼NImpl | |
▶NPlatform | |
▼NPeripheral | |
▶NGpio | |
▶NIBeacon | |
▶NNeoPixel | |
▶NSerialPassthrough | |
CIGpio | General purpose I/O pins for connecting external sensors |
CIHaptic | Provides haptic feedback in the form of a vibrational motor or buzzer |
CIIBeacon | Apple developed protocol for Bluetooth LE proximity sensing |
CILed | Ultra bright RGB light emitting diode |
CINeoPixel | A brand of RGB led strips by Adafruit |
CISerialPassthrough | Bridge for serial communication to connected sensors |
CISwitch | On-board push button switch |
▼NSensor | |
▶NAccelerometerBma255 | |
▶NAccelerometerBmi160 | |
▶NAccelerometerBosch | |
▶NAccelerometerMma8452q | |
▶NColorTcs34725 | |
▶NTemperature | |
CIAccelerometer | Measures sources of acceleration, such as gravity or motion. This interface only provides general access to an accelerometer. If you know specifically which accelerometer is on your board, use the appropriate subclass instead. |
CIAccelerometerBma255 | Extension of the IAccelerometer interface providing finer control of the BMA255 accelerometer |
CIAccelerometerBmi160 | Extension of the IAccelerometerBosch interface providing finer control of the BMI160 accelerometer features |
CIAccelerometerBosch | Extension of the IAccelerometer providing general access to a Bosch accelerometer. If you know specifically which Bosch accelerometer is on your board, use the appropriate subclass instead.
|
CIAccelerometerMma8452q | Extension of the IAccelerometer interface providing finer control of the MMA8452Q accelerometer |
CIAmbientLightLtr329 | Lite-On sensor converting light intensity to a digital signal |
CIBarometerBme280 | Extension of the IBarometerBosch interface providing finer control over the barometer on the BME280 environmental sensor. |
CIBarometerBmp280 | Extension of the
interface providing finer control over the barometer on the BMP280 pressure sensor |
CIBarometerBosch | Absolute barometric pressure sensor by Bosch. This interface provides general access to a Bosch barometer.If you know specifically which barometer is on your board, use the appropriate subclass instead.
|
CIColorTcs34725 | Colored light-to-digital converter by TAOS that can sense red, green, blue, and clear light |
CIGsr | |
CIGyroBmi160 | Sensor on the BMI160 IMU measuring angular velocity |
CIHumidityBme280 | Sensor on the BME280 environmental sensor measuring relative humidity |
CIMagnetometerBmm150 | Bosch sensor measuring magnetic field strength |
CIProximityTsl2671 | Digital proximity detector for short-distance detection by AMS |
CITemperature | Accesses the temperature sensors |
CConstants | API related constants |
CDeviceInformation | Wrapper class holding Characteristics under the Device Information GATT service |
CIActiveDataProducer | A type DataProducer that is always producing data and is not user controlled. |
CIAnonymousRoute | Pared down variant of the IRoute interface that only has one subscriber. |
CIAsyncDataProducer | Data producer that emits data only when new data is available. |
CIData | A sample of sensor data |
CIDataProducer | A component that creates data, such as firmware features (battery level reporting) or sensors |
CIDataToken | Dummy class representing a sample of sensor data within the context of programming advanced reactions in a data route. |
CIForcedDataProducer | A data producer that only emits data when a Read command is issued |
CIllegalRouteOperationException | Exception indicating that an invalid combination of route components was used. |
CIMetaWearBoard | Software representation of all MbientLab sensor boards |
CIModule | Sensor, peripheral, or firmware feature |
CIObserver | Monitors an on-board event and executes the corresponding MetaWear commands when its event is fired |
CIRoute | Defines how data flows from a data producer to an endpoint |
CIScheduledTask | A task comprising of MetaWear commands programmed to periodically run on-board |
CISubscriber | Represents a |
CTaskTimeoutException | Extension of the TimeoutException class that contains a partial result of the task |