System.Sensors.TSensorManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTSensorManager

Delphi

TSensorManager = class abstract

C++

class PASCALIMPLEMENTATION TSensorManager : public System::TObject

Properties

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

Description

Used to identify the sensors connected to the computer and make them available for use within applications.

Sensors may give information about location, rotation, acceleration, temperature and many other types of measurement.

For accesing the system-wide sensor manager, use the Current property. Activate is used to let TSensorManager get information about the sensors connected. After using TSensorManager it is recommended to call the Deactivate method.

Sensors can be accessed using the Sensors property and the GetSensorsByCategory, GetSensorsByFilter methods.

See Also