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

R

reachedCheckpoint(MetaWearBoard.DfuProgressHandler.State) - Method in interface com.mbientlab.metawear.MetaWearBoard.DfuProgressHandler
Deprecated.
Called when the DFU has progressed to a new state
readAdConfig() - Method in interface com.mbientlab.metawear.module.Settings
Reads the current advertisement settings
readAnalogIn(byte, Gpio.AnalogReadMode) - Method in interface com.mbientlab.metawear.module.Gpio
Read the analog input voltage
readAnalogIn(byte, Gpio.AnalogReadMode, boolean) - Method in interface com.mbientlab.metawear.module.Gpio
Read the analog input voltage
readBatteryLevel() - Method in interface com.mbientlab.metawear.MetaWearBoard
Reads the battery level characteristic
readBatteryState() - Method in interface com.mbientlab.metawear.module.Settings
Reads the battery state, defaults to non-silent read
readBatteryState(boolean) - Method in interface com.mbientlab.metawear.module.Settings
Reads the battery state
readChargeStatus() - Method in interface com.mbientlab.metawear.module.Settings
Read the current charge status.
readColorAdc(boolean) - Method in interface com.mbientlab.metawear.module.Tcs34725ColorDetector
Read color ADC values from the detector
readConductance(byte) - Method in interface com.mbientlab.metawear.module.Conductance
Read the conductance value from a GSR channel
readConductance(byte, boolean) - Method in interface com.mbientlab.metawear.module.Conductance
Read the conductance value from a GSR channel
readConfiguration() - Method in interface com.mbientlab.metawear.module.IBeacon
Read the current IBeacon configuration
readConnectionParameters() - Method in interface com.mbientlab.metawear.module.Settings
Reads the current connection parameters
readData(byte, byte, byte) - Method in interface com.mbientlab.metawear.module.I2C
Read data via the I2C bus and stream result to user.
readData(byte, byte, byte, byte) - Method in interface com.mbientlab.metawear.module.I2C
Read data via the I2C bus.
readData(byte, byte, byte[]) - Method in interface com.mbientlab.metawear.module.SPI
Reads data from a device through the SPI bus
readDeviceInformation() - Method in interface com.mbientlab.metawear.MetaWearBoard
Reads supported characteristics from the Device Information service
readDigitalIn(byte) - Method in interface com.mbientlab.metawear.module.Gpio
Read the digital input state
readDigitalIn(byte, boolean) - Method in interface com.mbientlab.metawear.module.Gpio
Read the digital input state
readHumidity(boolean) - Method in interface com.mbientlab.metawear.module.Bme280Humidity
Read humidity percentage from the sensor
readPowerStatus() - Method in interface com.mbientlab.metawear.module.Settings
Read the current power status.
readProximity(boolean) - Method in interface com.mbientlab.metawear.module.Tsl2671Proximity
Reads the proximity ADC value, interpreted as an integer.
readRssi() - Method in interface com.mbientlab.metawear.MetaWearBoard
Reads the current RSSI value
readState(String, boolean) - Method in interface com.mbientlab.metawear.module.DataProcessorModule
Reads the current state of a data processor
readStepCounter(boolean) - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer
Reads the current value in the step counter.
readTemperature(MultiChannelTemperature.Source) - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature
Read the temperature from the specified source
readTemperature(MultiChannelTemperature.Source, boolean) - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature
Read the temperature from the specified source
readTemperature() - Method in interface com.mbientlab.metawear.module.Temperature
Reads value from a temperature sensor
readTemperature(boolean) - Method in interface com.mbientlab.metawear.module.Temperature
Reads value from a temperature sensor
receivedUnhandledLogEntry(Message) - Method in class com.mbientlab.metawear.module.Logging.DownloadHandler
Called when a log entry has been received but has no MessageHandler to process the received entry
receivedUnknownLogEntry(byte, Calendar, byte[]) - Method in class com.mbientlab.metawear.module.Logging.DownloadHandler
Called when a log entry has been received but cannot be matched to a route logger
receivedUploadProgress(int) - Method in interface com.mbientlab.metawear.MetaWearBoard.DfuProgressHandler
Deprecated.
Called when upload completion progress has been received.
record(Macro.CodeBlock) - Method in interface com.mbientlab.metawear.module.Macro
Program a code block to the flash memory
red() - Method in interface com.mbientlab.metawear.module.Tcs34725ColorDetector.ColorAdc
ADC value from a red filtered photodiode
reference - Variable in class com.mbientlab.metawear.processor.Comparison
 
referenceToken - Variable in class com.mbientlab.metawear.processor.Comparison
 
releaseHold(byte) - Method in interface com.mbientlab.metawear.module.NeoPixel
Disables strand holding.
remove() - Method in interface com.mbientlab.metawear.module.Timer.Controller
Removes the timer from the board, does nothing if controller is inactive
remove() - Method in interface com.mbientlab.metawear.RouteManager
Removes the underlying route from the board and marks the manager as inactive
removeBond() - Method in interface com.mbientlab.metawear.module.Settings
Remove Bluetooth bond to the board on disconnect
removeRoutes() - Method in interface com.mbientlab.metawear.MetaWearBoard
Remove all data routes
removeTimers() - Method in interface com.mbientlab.metawear.module.Timer
Removed all timers from the board.
requiresRhs() - Method in enum com.mbientlab.metawear.processor.Maths.Operation
 
resetAfterGarbageCollect() - Method in interface com.mbientlab.metawear.module.Debug
Restart the board after performing garbage collection.
resetDevice() - Method in interface com.mbientlab.metawear.module.Debug
Restart the board
resetStepCounter() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer
Resets the step counter
result() - Method in interface com.mbientlab.metawear.AsyncOperation
Retrieves the result of the operation if available
rhs - Variable in class com.mbientlab.metawear.processor.Maths
 
rhsToken - Variable in class com.mbientlab.metawear.processor.Maths
 
Rms - Class in com.mbientlab.metawear.processor
Configuration for the root mean square (rms) data processor
Rms(Map<String, String>) - Constructor for class com.mbientlab.metawear.processor.Rms
Constructs a rms config object from a URI string
Rms() - Constructor for class com.mbientlab.metawear.processor.Rms
Constructs a config object for rms transformer
roll() - Method in interface com.mbientlab.metawear.module.SensorFusion.EulerAngle
 
rotate(byte, NeoPixel.RotationDirection, byte, short) - Method in interface com.mbientlab.metawear.module.NeoPixel
Rotate the pixels on a strand
rotate(byte, NeoPixel.RotationDirection, short) - Method in interface com.mbientlab.metawear.module.NeoPixel
Rotate the pixels on a strand indefinitely
routeData() - Method in interface com.mbientlab.metawear.module.Accelerometer
Initiates the creation of a route for accelerometer data
routeData() - Method in interface com.mbientlab.metawear.module.AmbientLight
Initiates the creation of a route for light data
routeData() - Method in interface com.mbientlab.metawear.module.Barometer
Initiates the creation of a route for barometer data
routeData() - Method in interface com.mbientlab.metawear.module.Bma255Accelerometer
Initiates the creation of a route for BMA255 sensor data
routeData() - Method in interface com.mbientlab.metawear.module.Bme280Humidity
Initiates the creation of a route for BME280 sensor data
routeData() - Method in interface com.mbientlab.metawear.module.Bmi160Accelerometer
Initiates the creation of a route for BMI160 sensor data
routeData() - Method in interface com.mbientlab.metawear.module.Bmm150Magnetometer
Initiates the creation of a route for BMM150 sensor data
routeData(byte) - Method in interface com.mbientlab.metawear.module.Conductance
Initiates the creation of a route for conductance data.
routeData() - Method in interface com.mbientlab.metawear.module.Conductance
Initiates the creation of a route for conductance data
routeData() - Method in interface com.mbientlab.metawear.module.DataProcessorModule
Initiates the creation of a route for data processor data
routeData() - Method in interface com.mbientlab.metawear.module.Gpio
Initiates the creation of a route for gpio data
routeData() - Method in interface com.mbientlab.metawear.module.Gyro
Initiates the creation of a route for gyro data
routeData() - Method in interface com.mbientlab.metawear.module.I2C
Initiates the creation of a data route
routeData() - Method in interface com.mbientlab.metawear.module.Mma8452qAccelerometer
Initiates the creation of a route for MMA8452Q sensor data
routeData() - Method in interface com.mbientlab.metawear.module.MultiChannelTemperature
Initiates the creation of a route for temperature data
routeData() - Method in interface com.mbientlab.metawear.module.SensorFusion
Initiates the creation of a route for senesor fusion data
routeData() - Method in interface com.mbientlab.metawear.module.Settings
 
routeData() - Method in interface com.mbientlab.metawear.module.SPI
Initiates the creation of a data route
routeData() - Method in interface com.mbientlab.metawear.module.Switch
Initiates the creation of a route for switch data
routeData() - Method in interface com.mbientlab.metawear.module.Tcs34725ColorDetector
Initiates the creation of a route for TCS34725 detector data
routeData() - Method in interface com.mbientlab.metawear.module.Temperature
Initiates the creation of a route for temperature data
routeData() - Method in interface com.mbientlab.metawear.module.Tsl2671Proximity
Initiates the creation of a route for proximity data
RouteManager - Interface in com.mbientlab.metawear
Manages a data route
RouteManager.MessageHandler - Interface in com.mbientlab.metawear
Processes messages received from data producers (i.e.
Rss - Class in com.mbientlab.metawear.processor
Configuration for the root sum square (rss) data processor
Rss(Map<String, String>) - Constructor for class com.mbientlab.metawear.processor.Rss
Constructs a rms config object from a URI string
Rss() - Constructor for class com.mbientlab.metawear.processor.Rss
Constructs a config object for rss transformer
rxPower() - Method in interface com.mbientlab.metawear.module.IBeacon.Configuration
Retrieves the advertising receiving power
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links