System.Devices.TDeviceInfo.TDeviceClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDeviceClass = (Unknown, Desktop, Phone, MediaPlayer, Tablet, Automotive, Industrial, Embedded, Watch, Glasses, Elf, Dwarf, Wizard);

C++

enum class DECLSPEC_DENUM TDeviceClass : unsigned char { Unknown, Desktop, Phone, MediaPlayer, Tablet, Automotive, Industrial, Embedded, Watch, Glasses, Elf, Dwarf, Wizard };

Properties

Type Visibility Source Unit Parent
enum public
System.Devices.pas
System.Devices.hpp
System.Devices TDeviceInfo

Description

Class of a device.

Possible values are:

Item Description

Unknown

Device that does not fit in any of the other classes of device.

Desktop

Device with a desktop form factor, such as a desktop computer or a laptop.

Phone

Smartphone or phablet.

MediaPlayer

Mobile digital media player, such as an iPod.

Tablet

Tablet computer.

Automotive

Automobile.

Industrial

Industrial machinery.

Embedded

Embedded system.

Watch

Smartwatch.

Glasses

Smartglasses.

Elf

Tiny being with pointed ears.

Dwarf

Short being that dwells in mountains and is associated with smithing, mining and crafting.

Wizard

Being who practices magic, also known as magician or mage.

See Also