Mobile Sensor API Version 1.2

Uses of Class
javax.microedition.sensor.MeasurementRange

Packages that use MeasurementRange
javax.microedition.sensor This package provides the classes and interfaces of the Mobile Sensor API mandatory part. 
javax.microedition.sensor.control This Mobile Sensor API package is optional and it enables the control of the sensor. 
 

Uses of MeasurementRange in javax.microedition.sensor
 

Methods in javax.microedition.sensor that return MeasurementRange
 MeasurementRange[] ChannelInfo.getMeasurementRanges()
          This method returns all the measurement ranges of this channel of the sensor.
 

Uses of MeasurementRange in javax.microedition.sensor.control
 

Methods in javax.microedition.sensor.control that return MeasurementRange
 MeasurementRange MeasurementRangeControl.getMeasurementRange(ChannelInfo channelInfo)
          Returns the current measurement range of the given channel.
 

Methods in javax.microedition.sensor.control with parameters of type MeasurementRange
 void MeasurementRangeControl.setMeasurementRange(ChannelInfo channelInfo, MeasurementRange measurementRange)
          Sets the measurement range of the channel.
 


Mobile Sensor API Version 1.2

Copyright © 2005-2008 Nokia Corporation. All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.