System.Bluetooth.TBluetoothDevice.ClassDeviceMajorString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ClassDeviceMajorString(AMajor: Integer): string; static;

C++

static System::UnicodeString __fastcall ClassDeviceMajorString(int AMajor);

Properties

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

Description

String that identifies the major class of the device.

See the possible values in the String 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