System.Bluetooth.TBluetoothDevice.ClassDeviceMajor
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 |