System.Bluetooth.TBluetoothDevice.ClassDeviceMajorString

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice


Beschreibung

String, der die Hauptklasse des Geräts bezeichnet.

Die folgende Tabelle enthält in der Spalte String die möglichen Werte:

Hauptklasse String Wert

Audio und Video

AUDIO_VIDEO

1024

Computer

COMPUTER

256

Gesundheit

HEALTH

2304

Bildverarbeitung

IMAGING

1536

Sonstiges

MISC

0

Netzwerk

NETWORKING

768

Peripherie

PERIPHERAL

1280

Telefon

PHONE

512

Spielzeug

TOY

2048

Nicht kategorisiert

UNCATEGORIZED

7936

Tragbar

WEARABLE

1792

Siehe auch