System.Sensors.TSensorCategory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSensorCategory = (Location, Environmental, Motion, Orientation, Mechanical, Electrical, Biometric, Light, Scanner);

C++

enum class DECLSPEC_DENUM TSensorCategory : unsigned char { Location, Environmental, Motion, Orientation, Mechanical, Electrical, Biometric, Light, Scanner };

Properties

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

Description

Type that represents a sensor category.

Instances of this type may represent any of the following categories:

Category Sensors in this category

Biometric

TCustomBiometricSensor

Electrical

TCustomElectricalSensor

Environmental

TCustomEnvironmentalSensor

Light

TCustomLightSensor

Location

TCustomLocationSensor

Mechanical

TCustomMechanicalSensor

Motion

TCustomMotionSensor

Orientation

TCustomOrientationSensor

Scanner

TCustomScannerSensor

See Also