System.Sensors.TPowerConsumption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPowerConsumption = (pcNotSpecified, pcLow, pcMedium, pcHigh);

C++

enum class DECLSPEC_DENUM TPowerConsumption : unsigned char { pcNotSpecified, pcLow, pcMedium, pcHigh };

Properties

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

Description

Type that represents the current power of a location sensor.

Instances of this type may represent any of the following power levels:

Item Description

pcHigh

The current power level is high.

pcLow

The current power level is low.

pcMedium

The current power level is medium.

pcNotSpecified

The current power level is unknown.

See Also