System.Sensors.TAuthorizationType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAuthorizationType = (atNotSpecified, atUnauthorized, atAuthorized);

C++

enum class DECLSPEC_DENUM TAuthorizationType : unsigned char { atNotSpecified, atUnauthorized, atAuthorized };

Properties

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

Description

Type that represents the authorization state of an application to use a sensor.

Instances of this type may represent any of the following authorization states:

Item Description

atAuthorized

Your application is authorized to use the sensor.

atNotSpecified

It is unknown whether your application is authorized or not to use the sensor.

atUnauthorized

Your application is not authorized to use the sensor.

See Also