System.Bluetooth.TBluetoothDevice.ClassDeviceMajor

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ClassDeviceMajor: Integer read GetClassDeviceMajor;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice


説明

デバイスの主分類を識別する整数です。

取り得る値については、次の表の「」列を参照してください。

主分類 文字列

オーディオ/ビデオ

AUDIO_VIDEO

1024

コンピュータ

COMPUTER

256

健康

HEALTH

2304

イメージング

IMAGING

1536

その他

MISC

0

ネットワーク接続

NETWORKING

768

周辺機器

PERIPHERAL

1280

スマートフォン

PHONE

512

玩具

TOY

2048

未分類

UNCATEGORIZED

7936

ウェアラブル

WEARABLE

1792

関連項目