System.Devices.TDeviceInfo.TDeviceClass
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 |
---|---|
|
Device that does not fit in any of the other classes of device. |
|
Device with a desktop form factor, such as a desktop computer or a laptop. |
|
Smartphone or phablet. |
|
Mobile digital media player, such as an iPod. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Tiny being with pointed ears. |
|
Short being that dwells in mountains and is associated with smithing, mining and crafting. |
|
Being who practices magic, also known as magician or mage. |