|
Mobile Sensor API Version 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelInfo | |
---|---|
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 ChannelInfo in javax.microedition.sensor |
---|
Methods in javax.microedition.sensor that return ChannelInfo | |
---|---|
ChannelInfo |
Data.getChannelInfo()
Returns the ChannelInfo that tells the data
properties of the channel from where the data values were
retrieved. |
ChannelInfo |
Channel.getChannelInfo()
Returns the ChannelInfo object associated with the
Channel . |
ChannelInfo[] |
SensorInfo.getChannelInfos()
This method returns the ChannelInfo array
representing channels of the sensor. |
Methods in javax.microedition.sensor with parameters of type ChannelInfo | |
---|---|
Channel |
SensorConnection.getChannel(ChannelInfo channelInfo)
This method returns the Channel object that
maintains Condition objects attached to the
corresponding channel of the sensor. |
Uses of ChannelInfo in javax.microedition.sensor.control |
---|
Methods in javax.microedition.sensor.control with parameters of type ChannelInfo | |
---|---|
MeasurementRange |
MeasurementRangeControl.getMeasurementRange(ChannelInfo channelInfo)
Returns the current measurement range of the given channel. |
void |
MeasurementRangeControl.setMeasurementRange(ChannelInfo channelInfo,
MeasurementRange measurementRange)
Sets the measurement range of the channel. |
|
Mobile Sensor API Version 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |