System.Sensors.TPowerConsumption
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 |
|---|---|
|
|
The current power level is high. |
|
|
The current power level is low. |
|
|
The current power level is medium. |
|
|
The current power level is unknown. |