Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 

D

Data - Interface in com.mbientlab.metawear
A sample of sensor data
data(byte[]) - Method in interface com.mbientlab.metawear.module.SerialPassthrough.SpiParameterBuilder
Data to write to the sensor.
DataProcessor - Interface in com.mbientlab.metawear.module
Firmware feature that manipulates data on-board
DataProcessor.AccumulatorEditor - Interface in com.mbientlab.metawear.module
Edits an accumulator
DataProcessor.AverageEditor - Interface in com.mbientlab.metawear.module
Edits a high or low pass processor
DataProcessor.ComparatorEditor - Interface in com.mbientlab.metawear.module
Edits a fixed value comparator filter
DataProcessor.CounterEditor - Interface in com.mbientlab.metawear.module
Edits a counter
DataProcessor.DifferentialEditor - Interface in com.mbientlab.metawear.module
Edits a differential filter
DataProcessor.Editor - Interface in com.mbientlab.metawear.module
Common base class for all data processor editors
DataProcessor.MapEditor - Interface in com.mbientlab.metawear.module
Edits a data processor created with the fixed value map construct
DataProcessor.PackerEditor - Interface in com.mbientlab.metawear.module
Edits a data packer
DataProcessor.PassthroughEditor - Interface in com.mbientlab.metawear.module
Edits a passthrough limiter
DataProcessor.PulseEditor - Interface in com.mbientlab.metawear.module
Edits a pulse finder
DataProcessor.ThresholdEditor - Interface in com.mbientlab.metawear.module
Edits a threshold filter
DataProcessor.TimeEditor - Interface in com.mbientlab.metawear.module
Edits a time limiter
DataProducer - Interface in com.mbientlab.metawear
A component that creates data, such as firmware features (battery level reporting) or sensors
DataToken - Interface in com.mbientlab.metawear
Dummy class representing a sample of sensor data within the context of programming advanced reactions in a data route.
Debug - Interface in com.mbientlab.metawear.module
Auxiliary functions, for advanced use only
DEGS_PER_SEC - Static variable in class com.mbientlab.metawear.data.AngularVelocity
Degrees per second
delay(byte) - Method in interface com.mbientlab.metawear.builder.RouteComponent
Stops data from leaving until at least N samples have been collected.
delay - Variable in enum com.mbientlab.metawear.module.AccelerometerBma255.FlatHoldTime
Periods represented as a float value
delay - Variable in enum com.mbientlab.metawear.module.AccelerometerBmi160.FlatHoldTime
Delays represented as a float value
delay(int) - Method in interface com.mbientlab.metawear.module.AccelerometerMma8452q.OrientationConfigEditor
Sets the time for which the sensor's orientation must remain in the new position before a position change is triggered.
delay(short) - Method in interface com.mbientlab.metawear.module.Led.PatternEditor
Set how long to wait before starting the pattern.
delays() - Static method in enum com.mbientlab.metawear.module.AccelerometerBma255.FlatHoldTime
 
delays() - Static method in enum com.mbientlab.metawear.module.AccelerometerBmi160.FlatHoldTime
 
deserialize() - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
deserialize(InputStream) - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
deserialize() - Method in interface com.mbientlab.metawear.MetaWearBoard
Restore serialized state from the local disk if available
deserialize(InputStream) - Method in interface com.mbientlab.metawear.MetaWearBoard
Restore serialized state from the provided input stream
DeviceInformation - Class in com.mbientlab.metawear
Wrapper class holding Characteristics under the Device Information GATT service
DeviceInformation(String, String, String, String, String) - Constructor for class com.mbientlab.metawear.DeviceInformation
 
DeviceInformationService - Class in com.mbientlab.metawear.impl.platform
Manufacturer and/or vendor information about a device
DeviceInformationService() - Constructor for class com.mbientlab.metawear.impl.platform.DeviceInformationService
 
deviceName - Variable in class com.mbientlab.metawear.module.Settings.BleAdvertisementConfig
Name the device advertises as
deviceName(String) - Method in interface com.mbientlab.metawear.module.Settings.BleAdvertisementConfigEditor
Set the device's advertising name
DifferentialOutput - Enum in com.mbientlab.metawear.builder.filter
Output modes for the differentiail filter
digital() - Method in interface com.mbientlab.metawear.module.Gpio.Pin
Get an implementation of the ForcedDataProducer interface for digital data, represented as a byte
disable() - Method in interface com.mbientlab.metawear.module.IBeacon
Disable IBeacon advertising
disconnectAsync() - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
disconnectAsync() - Method in interface com.mbientlab.metawear.MetaWearBoard
Disconnects from the board and cancels pending MetaWearBoard.connectAsync() tasks
disconnectAsync() - Method in interface com.mbientlab.metawear.module.Debug
Commands the board to terminate the BLE link
disconnected(int) - Method in interface com.mbientlab.metawear.MetaWearBoard.UnexpectedDisconnectHandler
Callback method that is invoked when the Bluetooth connection is unexpectedly dropped
doubleTapWindow(AccelerometerBosch.DoubleTapWindow) - Method in interface com.mbientlab.metawear.module.AccelerometerBosch.TapConfigEditor
Set the length of time for a second shock to occur for a double tap
downloadAsync(int, Logging.LogDownloadUpdateHandler, Logging.LogDownloadErrorHandler) - Method in interface com.mbientlab.metawear.module.Logging
Download saved data from the flash memory with periodic progress updates and error handling
downloadAsync(int, Logging.LogDownloadUpdateHandler) - Method in interface com.mbientlab.metawear.module.Logging
Download saved data from the flash memory with periodic progress updates
downloadAsync(Logging.LogDownloadErrorHandler) - Method in interface com.mbientlab.metawear.module.Logging
Download saved data from the flash memory with no progress updates
downloadAsync() - Method in interface com.mbientlab.metawear.module.Logging
Download saved data from the flash memory with no progress updates nor error handling
downloadFileAsync(String, String) - Method in interface com.mbientlab.metawear.impl.platform.IO
Downloads a file from a URL and stores it locally on the device.
downloadFirmwareAsync(String) - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
downloadFirmwareAsync(String) - Method in interface com.mbientlab.metawear.MetaWearBoard
Deprecated.
downloadFirmwareUpdateFilesAsync(String) - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
downloadFirmwareUpdateFilesAsync() - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
downloadFirmwareUpdateFilesAsync(String) - Method in interface com.mbientlab.metawear.MetaWearBoard
Retrieves the files needed to update the board to the specific firmware version.
downloadFirmwareUpdateFilesAsync() - Method in interface com.mbientlab.metawear.MetaWearBoard
Retrieves the files needed to update the board to the latest available firmware.
downloadLatestFirmwareAsync() - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
downloadLatestFirmwareAsync() - Method in interface com.mbientlab.metawear.MetaWearBoard
Deprecated.
dumpModuleInfo(JSONObject) - Method in class com.mbientlab.metawear.impl.JseMetaWearBoard
 
dumpModuleInfo(JSONObject) - Method in interface com.mbientlab.metawear.MetaWearBoard
Queries all info registers.
duration(int) - Method in interface com.mbientlab.metawear.module.AccelerometerBosch.NoMotionConfigEditor
Set the duration
duration(int) - Method in interface com.mbientlab.metawear.module.AccelerometerMma8452q.MovementConfigEditor
Set the minimum amount of time that continuous measured acceleration matches the threshold condition
duration(int) - Method in interface com.mbientlab.metawear.module.AccelerometerMma8452q.ShakeConfigEditor
Set the minimum amount of time that continuous high-pass filtered acceleration exceeds the threshold
A B C D E F G H I J L M N O P Q R S T U V W X Y Z 
Skip navigation links