System.Sensors.TSensorCategory

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


Description

Type qui représente une catégorie de détecteurs.

Les instances de ce type peuvent représenter l'une des catégories suivantes :

Catégorie Détecteurs dans cette catégorie

Biometric

TCustomBiometricSensor

Electrical

TCustomElectricalSensor

Environmental

TCustomEnvironmentalSensor

Light

TCustomLightSensor

Location

TCustomLocationSensor

Mechanical

TCustomMechanicalSensor

Motion

TCustomMotionSensor

Orientation

TCustomOrientationSensor

Scanner

TCustomScannerSensor

Voir aussi