MetaWear C# SDK  1.2.0
C# API for MbientLab's sensor platform
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NMbientLab
 NMetaWear
 NBuilder
 CIRouteBranchEndRoute element for enforcing that users call To or Index(int) immediately after a terminating branch
 CIRouteComponentComponent in a route definition
 CIRouteMulticastRoute element for enforcing that users call To immediately after declaring a multicast
 CIRouteSplitRouteComponent for enforcing that users call Index(int) immediately after splitting data
 NCore
 NDataProcessor
 NSensorFusionBosch
 NSettings
 CIDataProcessorFirmware feature that manipulates data on-board
 CIDebugAuxiliary functions, for advanced use only
 CILoggingFirmware feature that saves data to the on-board flash memory
 CIMacroFirmware feature that saves MetaWear commands to the on-board flash memory
 CISensorFusionBoschBosch algorithm combining accelerometer, gyroscope, and magnetometer data for Bosch sensors.
 CISettingsConfigures Bluetooth settings and auxiliary hardware and firmware features
 NData
 CAccelerationEncapsulates acceleration data, values are represented in g's
 CAngularVelocityEncapsulates angular velocity data, values are in degrees per second
 CEulerAnglesEncapsulates Euler angles, values are in degrees
 CFloatVectorGeneric container holding a vector of float values
 CMagneticFieldEncapsulates magnetic field strength data, values are in Tesla (g)
 CQuaternionEncapsulates a quaternion in the form q = w + xi + yj + zk
 NImpl
 NPlatform
 NPeripheral
 NGpio
 NIBeacon
 NNeoPixel
 NSerialPassthrough
 CIGpioGeneral purpose I/O pins for connecting external sensors
 CIHapticProvides haptic feedback in the form of a vibrational motor or buzzer
 CIIBeaconApple developed protocol for Bluetooth LE proximity sensing
 CILedUltra bright RGB light emitting diode
 CINeoPixelA brand of RGB led strips by Adafruit
 CISerialPassthroughBridge for serial communication to connected sensors
 CISwitchOn-board push button switch
 NSensor
 NAccelerometerBma255
 NAccelerometerBmi160
 NAccelerometerBosch
 NAccelerometerMma8452q
 NColorTcs34725
 NTemperature
 CIAccelerometerMeasures 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
 CIAccelerometerBma255Extension of the IAccelerometer interface providing finer control of the BMA255 accelerometer
 CIAccelerometerBmi160Extension of the IAccelerometerBosch interface providing finer control of the BMI160 accelerometer features
 CIAccelerometerBoschExtension 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.

See also
IAccelerometerBma255, IAccelerometerBmi160
 CIAccelerometerMma8452qExtension of the IAccelerometer interface providing finer control of the MMA8452Q accelerometer
 CIAmbientLightLtr329Lite-On sensor converting light intensity to a digital signal
 CIBarometerBme280Extension of the IBarometerBosch interface providing finer control over the barometer on the BME280 environmental sensor.
 CIBarometerBmp280Extension of the

See also
IBarometerBosch

interface providing finer control over the barometer on the BMP280 pressure sensor

 CIBarometerBoschAbsolute 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
 CIColorTcs34725Colored light-to-digital converter by TAOS that can sense red, green, blue, and clear light
 CIGsr
 CIGyroBmi160Sensor on the BMI160 IMU measuring angular velocity
 CIHumidityBme280Sensor on the BME280 environmental sensor measuring relative humidity
 CIMagnetometerBmm150Bosch sensor measuring magnetic field strength
 CIProximityTsl2671Digital proximity detector for short-distance detection by AMS
 CITemperatureAccesses the temperature sensors
 CConstantsAPI related constants
 CDeviceInformationWrapper class holding Characteristics under the Device Information GATT service
 CIActiveDataProducerA type DataProducer that is always producing data and is not user controlled.
 CIAnonymousRoutePared down variant of the IRoute interface that only has one subscriber.
 CIAsyncDataProducerData producer that emits data only when new data is available.
 CIDataA sample of sensor data
 CIDataProducerA component that creates data, such as firmware features (battery level reporting) or sensors
 CIDataTokenDummy class representing a sample of sensor data within the context of programming advanced reactions in a data route.
 CIForcedDataProducerA data producer that only emits data when a Read command is issued
 CIllegalRouteOperationExceptionException indicating that an invalid combination of route components was used.
 CIMetaWearBoardSoftware representation of all MbientLab sensor boards
 CIModuleSensor, peripheral, or firmware feature
 CIObserverMonitors an on-board event and executes the corresponding MetaWear commands when its event is fired
 CIRouteDefines how data flows from a data producer to an endpoint
 CIScheduledTaskA task comprising of MetaWear commands programmed to periodically run on-board
 CISubscriberRepresents a
 CTaskTimeoutExceptionExtension of the TimeoutException class that contains a partial result of the task