System.Bluetooth.TBluetoothDevice.ClassDeviceString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ClassDeviceString(ADevice: Integer): string; static;

C++

static System::UnicodeString __fastcall ClassDeviceString(int ADevice);

Properties

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

Description

String that identifies the major and minor classes of the device.

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

Major Class Minor Class String Value

Audio and video

Camcorder

AUDIO_VIDEO_CAMCORDER

1076

Car audio

AUDIO_VIDEO_CAR_AUDIO

1056

Handsfree

AUDIO_VIDEO_HANDSFREE

1032

Headphones

AUDIO_VIDEO_HEADPHONES

1048

High fidelity audio

AUDIO_VIDEO_HIFI_AUDIO

1064

Loudspeaker

AUDIO_VIDEO_LOUDSPEAKER

1044

Microphone

AUDIO_VIDEO_MICROPHONE

1040

Portable audio device

AUDIO_VIDEO_PORTABLE_AUDIO

1052

Set-top box

AUDIO_VIDEO_SET_TOP_BOX

1060

Uncategorized

AUDIO_VIDEO_UNCATEGORIZED

1024

Videocassette recorder

AUDIO_VIDEO_VCR

1068

Video camera

AUDIO_VIDEO_VIDEO_CAMERA

1072

Video conferencing

AUDIO_VIDEO_VIDEO_CONFERENCING

1088

Video display and loudspeaker

AUDIO_VIDEO_VIDEO_DISPLAY_AND_LOUDSPEAKER

1084

Video-gaming toy

AUDIO_VIDEO_VIDEO_GAMING_TOY

1096

Video monitor

AUDIO_VIDEO_VIDEO_MONITOR

1080

Wearable headset

AUDIO_VIDEO_WEARABLE_HEADSET

1028

Computer

Desktop computer

COMPUTER_DESKTOP

260

Handheld PDA

COMPUTER_HANDHELD_PC_PDA

272

Laptop

COMPUTER_LAPTOP

268

Palm-size PDA

COMPUTER_PALM_SIZE_PC_PDA

276

Server

COMPUTER_SERVER

264

Uncategorized

COMPUTER_UNCATEGORIZED

256

Wearable

COMPUTER_WEARABLE

280

Health

Blood pressure

HEALTH_BLOOD_PRESSURE

2308

Data display

HEALTH_DATA_DISPLAY

2332

Glucose

HEALTH_GLUCOSE

2320

Pulse oximeter

HEALTH_PULSE_OXIMETER

2324

Pulse rate

HEALTH_PULSE_RATE

2328

Thermometer

HEALTH_THERMOMETER

2312

Uncategorized

HEALTH_UNCATEGORIZED

2304

Weighing

HEALTH_WEIGHING

2316

Phone

Cordless phone

PHONE_CORDLESS

520

Feature phone

PHONE_CELLULAR

516

ISDN

PHONE_ISDN

532

Modem or gateway

PHONE_MODEM_OR_GATEWAY

528

Smartphone

PHONE_SMART

524

Uncategorized

PHONE_UNCATEGORIZED

512

Toy

Doll or action figure

TOY_DOLL_ACTION_FIGURE

2060

Game

TOY_GAME

2068

Robot

TOY_ROBOT

2052

Toy Controller

TOY_CONTROLLER

2064

Toy vehicle

TOY_VEHICLE

2056

Uncategorized

TOY_UNCATEGORIZED

2048

Wearable

Glasses

WEARABLE_GLASSES

1812

Helmet

WEARABLE_HELMET

1808

Jacket

WEARABLE_JACKET

1804

Pager

WEARABLE_PAGER

1800

Uncategorized

WEARABLE_UNCATEGORIZED

1792

Wrist watch

WEARABLE_WRIST_WATCH

1796

See Also