All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.weatherstation.WeatherStationInterface
- public interface WeatherStationInterface
The interface the WeatherStation object is accessed trough..
-
readTemperature()
- Read the current temperature..
-
readWindDirection()
- Read the current wind direction.
-
readWindSpeed()
- Read the current wind speed.
readTemperature
public abstract float readTemperature() throws MonitoringException
- Read the current temperature..
- Returns:
- float
- Throws: MonitoringException
- if an error occurs.
readWindDirection
public abstract char[] readWindDirection() throws MonitoringException
- Read the current wind direction.
- Returns:
- char[]
- Throws: MonitoringException
- if an error occurs.
readWindSpeed
public abstract float readWindSpeed() throws MonitoringException
- Read the current wind speed.
- Returns:
- float
- Throws: MonitoringException
- if an error occurs.
All Packages Class Hierarchy This Package Previous Next Index