MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CMbientLab.MetaWear.Sensor.ColorTcs34725.AdcWrapper class encapsulating adc data from the sensor
 CMbientLab.MetaWear.Sensor.AccelerometerBosch.AnyMotionWrapper class encapsulating responses from any motion detection
 CMbientLab.MetaWear.Impl.Platform.BatteryServiceCharacteristics under the Battery GATT service
 CMbientLab.MetaWear.Core.Settings.BatteryStateWrapper class encapsulating the battery state data
 CMbientLab.MetaWear.Core.Settings.BleAdvertisementConfigBluetooth LE advertising configuration
 CMbientLab.MetaWear.Core.Settings.BleConnectionParametersWrapper class containing BluetoothLe connection parameters
 CMbientLab.MetaWear.Peripheral.IBeacon.ConfigurationWrapper class encapsulating the IBeacon configuration
 CMbientLab.MetaWear.ConstantsAPI related constants
 CMbientLab.MetaWear.DeviceInformationWrapper class holding Characteristics under the Device Information GATT service
 CMbientLab.MetaWear.Impl.Platform.DeviceInformationServiceManufacturer and/or vendor information about a device
 CMbientLab.MetaWear.Data.FloatVectorGeneric container holding a vector of float values
 CMbientLab.MetaWear.Data.AccelerationEncapsulates acceleration data, values are represented in g's
 CMbientLab.MetaWear.Data.AngularVelocityEncapsulates angular velocity data, values are in degrees per second
 CMbientLab.MetaWear.Data.EulerAnglesEncapsulates Euler angles, values are in degrees
 CMbientLab.MetaWear.Data.MagneticFieldEncapsulates magnetic field strength data, values are in Tesla (g)
 CMbientLab.MetaWear.Data.QuaternionEncapsulates a quaternion in the form q = w + xi + yj + zk
 CMbientLab.MetaWear.IAnonymousRoutePared down variant of the IRoute interface that only has one subscriber.
 CMbientLab.MetaWear.Impl.Platform.IBluetoothLeGattBluetooth GATT operations used by the API, must be implemented by the target platform
 CMbientLab.MetaWear.IDataA sample of sensor data
 CMbientLab.MetaWear.IDataProducerA component that creates data, such as firmware features (battery level reporting) or sensors
 CMbientLab.MetaWear.IActiveDataProducer< T >A type DataProducer that is always producing data and is not user controlled.
 CMbientLab.MetaWear.IAsyncDataProducerData producer that emits data only when new data is available.
 CMbientLab.MetaWear.IForcedDataProducerA data producer that only emits data when a Read command is issued
 CMbientLab.MetaWear.Peripheral.SerialPassthrough.II2CDataProducerData producer representing data from the I2C bus
 CMbientLab.MetaWear.Peripheral.SerialPassthrough.ISPIDataProducerData received from the SPI bus
 CMbientLab.MetaWear.IDataTokenDummy class representing a sample of sensor data within the context of programming advanced reactions in a data route.
 CMbientLab.MetaWear.Core.DataProcessor.IEditorCommon base class for all data processor editors
 CMbientLab.MetaWear.Core.DataProcessor.IAccumulatorEditorEdits an accumulate component

See also
IRouteComponent.Accumulate
 CMbientLab.MetaWear.Core.DataProcessor.IComparatorEditorEdits a comparison filter

See also
IRouteComponent.Filter(Comparison, float[]), IRouteComponent.Filter(Comparison, ComparisonOutput, float[])
 CMbientLab.MetaWear.Core.DataProcessor.ICounterEditorEdits a component

See also
IRouteComponent.Count
 CMbientLab.MetaWear.Core.DataProcessor.IDifferentialEditorEdits a differential finder

See also
IRouteComponent.Find(Differential, float)
 CMbientLab.MetaWear.Core.DataProcessor.IHighPassEditorEdits a high pass filter

See also
IRouteComponent.HighPass(byte)
 CMbientLab.MetaWear.Core.DataProcessor.ILowPassEditorEdits a low pass filter

See also
IRouteComponent.LowPass(byte)
 CMbientLab.MetaWear.Core.DataProcessor.IMapEditorEdits a 2 op math component

See also
IRouteComponent.Map(Function2, float)
 CMbientLab.MetaWear.Core.DataProcessor.IPackerEditorEdits a data packer

See also
IRouteComponent.Pack(byte)
 CMbientLab.MetaWear.Core.DataProcessor.IPassthroughEditorEdits a limiter

See also
IRouteComponent.Limit(Passthrough, ushort)
 CMbientLab.MetaWear.Core.DataProcessor.IPulseEditorEdits a pulse finder

See also
IRouteComponent.Find(Pulse, float, ushort)
 CMbientLab.MetaWear.Core.DataProcessor.IThresholdEditorEdits a threshold finder

See also
IRouteComponent.Find(Threshold, float)
 CMbientLab.MetaWear.Core.DataProcessor.ITimeEditorEdits a time limiter

See also
IRouteComponent.Limit(uint)
 CMbientLab.MetaWear.Sensor.IGsr
 CMbientLab.MetaWear.Impl.Platform.ILibraryIOIO operations used by the API, must be implemented by the target platform
 CMbientLab.MetaWear.IMetaWearBoardSoftware representation of all MbientLab sensor boards
 CMbientLab.MetaWear.IModuleSensor, peripheral, or firmware feature
 CMbientLab.MetaWear.Core.IDataProcessorFirmware feature that manipulates data on-board
 CMbientLab.MetaWear.Core.IDebugAuxiliary functions, for advanced use only
 CMbientLab.MetaWear.Core.ILoggingFirmware feature that saves data to the on-board flash memory
 CMbientLab.MetaWear.Core.IMacroFirmware feature that saves MetaWear commands to the on-board flash memory
 CMbientLab.MetaWear.Core.ISensorFusionBoschBosch algorithm combining accelerometer, gyroscope, and magnetometer data for Bosch sensors.
 CMbientLab.MetaWear.Core.ISettingsConfigures Bluetooth settings and auxiliary hardware and firmware features
 CMbientLab.MetaWear.Peripheral.IGpioGeneral purpose I/O pins for connecting external sensors
 CMbientLab.MetaWear.Peripheral.IHapticProvides haptic feedback in the form of a vibrational motor or buzzer
 CMbientLab.MetaWear.Peripheral.IIBeaconApple developed protocol for Bluetooth LE proximity sensing
 CMbientLab.MetaWear.Peripheral.ILedUltra bright RGB light emitting diode
 CMbientLab.MetaWear.Peripheral.INeoPixelA brand of RGB led strips by Adafruit
 CMbientLab.MetaWear.Peripheral.ISerialPassthroughBridge for serial communication to connected sensors
 CMbientLab.MetaWear.Peripheral.ISwitchOn-board push button switch
 CMbientLab.MetaWear.Sensor.IAccelerometerMeasures 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.

See also
IAccelerometerBma255, IAccelerometerBmi160, IAccelerometerMma8452q
 CMbientLab.MetaWear.Sensor.IAmbientLightLtr329Lite-On sensor converting light intensity to a digital signal
 CMbientLab.MetaWear.Sensor.IBarometerBoschAbsolute 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.

See also
IBarometerBme280, IBarometerBmp280
 CMbientLab.MetaWear.Sensor.IColorTcs34725Colored light-to-digital converter by TAOS that can sense red, green, blue, and clear light
 CMbientLab.MetaWear.Sensor.IGyroBmi160Sensor on the BMI160 IMU measuring angular velocity
 CMbientLab.MetaWear.Sensor.IHumidityBme280Sensor on the BME280 environmental sensor measuring relative humidity
 CMbientLab.MetaWear.Sensor.IMagnetometerBmm150Bosch sensor measuring magnetic field strength
 CMbientLab.MetaWear.Sensor.IProximityTsl2671Digital proximity detector for short-distance detection by AMS
 CMbientLab.MetaWear.Sensor.ITemperatureAccesses the temperature sensors
 CMbientLab.MetaWear.Core.SensorFusionBosch.ImuCalibrationDataContainer class holding the IMU calibration data
 CMbientLab.MetaWear.Core.SensorFusionBosch.ImuCalibrationStateContainer class holding the calibration state of the IMU sensors
 CInvalidOperationException
 CMbientLab.MetaWear.IllegalRouteOperationExceptionException indicating that an invalid combination of route components was used.
 CMbientLab.MetaWear.IObserverMonitors an on-board event and executes the corresponding MetaWear commands when its event is fired
 CMbientLab.MetaWear.Peripheral.Gpio.IPinPhysical GPIO pin on the board
 CMbientLab.MetaWear.IRouteDefines how data flows from a data producer to an endpoint
 CMbientLab.MetaWear.Builder.IRouteBranchEndRoute element for enforcing that users call To or Index(int) immediately after a terminating branch
 CMbientLab.MetaWear.Builder.IRouteComponentComponent in a route definition
 CMbientLab.MetaWear.Builder.IRouteMulticastRoute element for enforcing that users call To immediately after declaring a multicast
 CMbientLab.MetaWear.Builder.IRouteSplitRouteComponent for enforcing that users call Index(int) immediately after splitting data
 CMbientLab.MetaWear.IScheduledTaskA task comprising of MetaWear commands programmed to periodically run on-board
 CMbientLab.MetaWear.Peripheral.NeoPixel.IStrandRepresents a NeoPixel strand
 CMbientLab.MetaWear.ISubscriberRepresents a
 CMbientLab.MetaWear.Peripheral.Gpio.IVirtualPinAbstract pin used for handling gpio reads with different parameters
 CMbientLab.MetaWear.Sensor.AccelerometerBosch.LowHighGWrapper class encapsulating the response from low/high-g detecton
 CMbientLab.MetaWear.Sensor.AccelerometerBosch.TapWrapper class encapsulating responses from tap detection
 CTimeoutException
 CMbientLab.MetaWear.TaskTimeoutExceptionExtension of the TimeoutException class that contains a partial result of the task