Mobile Sensor API Version 1.2

Uses of Interface
javax.microedition.sensor.Data

Packages that use Data
javax.microedition.sensor This package provides the classes and interfaces of the Mobile Sensor API mandatory part. 
 

Uses of Data in javax.microedition.sensor
 

Methods in javax.microedition.sensor that return Data
 Data[] SensorConnection.getData(int bufferSize)
          Retrieves data in the synchronous mode.
 Data[] SensorConnection.getData(int bufferSize, long bufferingPeriod, boolean isTimestampIncluded, boolean isUncertaintyIncluded, boolean isValidityIncluded)
          Retrieves data in the synchronous mode.
 

Methods in javax.microedition.sensor with parameters of type Data
 void ConditionListener.conditionMet(SensorConnection sensor, Data data, Condition condition)
          Notifies the application that a measured value from a sensor has met the defined Condition.
 void DataListener.dataReceived(SensorConnection sensor, Data[] data, boolean isDataLost)
          Notification of the received sensor data.
 


Mobile Sensor API Version 1.2

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