System.Sensors.TCustomEnvironmentalSensor

From RAD Studio API Documentation
Jump to: navigation, search

System.Sensors.TCustomSensorSystem.TObjectTCustomEnvironmentalSensor

Delphi

TCustomEnvironmentalSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomEnvironmentalSensor : public TCustomSensor

Properties

Type Visibility Source Unit Parent
class public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Gives information about temperature, atmospheric pressure, humidity, wind direction and wind speed.

Temperature is used to determine temperature in Celsius degrees. The Pressure property determines atmospheric pressure in Bars. The Humidity property determines relative humidity in percentage.

Wind directions relative to magnetic North in degrees counter-clockwise are available with the WindDirection property.

WindSpeed returns wind speed in meters per second.

Platform Support

This class supports the following platforms:

Platform Details

Android

Only supports the Humidity, Pressure and Temperature properties.

Windows

Complete support.

See Also