System.Bluetooth.TBluetoothDevice.ClassDeviceMajor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClassDeviceMajor: Integer read GetClassDeviceMajor;

C++

__property int ClassDeviceMajor = {read=GetClassDeviceMajor, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice

Description

Integer that identifies the major class of the device.

See the possible values in the Value column of the following table:

Major Class String Value

Audio and video

AUDIO_VIDEO

1024

Computer

COMPUTER

256

Health

HEALTH

2304

Imaging

IMAGING

1536

Misc.

MISC

0

Networking

NETWORKING

768

Peripheral

PERIPHERAL

1280

Phone

PHONE

512

Toy

TOY

2048

Uncategorized

UNCATEGORIZED

7936

Wearable

WEARABLE

1792

See Also