BluetoothMajorClass 列挙型

定義

デバイスのメジャー クラス コードを示します。これは、デバイスが関連付けられているデバイスの一般的なファミリです。

public enum class BluetoothMajorClass
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothMajorClass
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothMajorClass
var value = Windows.Devices.Bluetooth.BluetoothMajorClass.miscellaneous
Public Enum BluetoothMajorClass
継承
BluetoothMajorClass
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
bluetooth

フィールド

AudioVideo 4

オーディオまたはビデオ デバイス。 デバイスの例としては、ヘッドセット、スピーカー、ステレオ、ビデオディスプレイ、VCR があります。

Computer 1

コンピューター。 デバイスの例としては、デスクトップ、ノートブック、PDA、オーガナイザーがあります。

Health 9

正常性デバイス。 例として、心拍数モニターがあります。

Imaging 6

イメージング デバイス。 例としては、プリンター、スキャナー、カメラ、ディスプレイがあります。

Miscellaneous 0

より具体的なメジャー クラス コードが適していない場合に使用されます。

NetworkAccessPoint 3

LAN またはネットワーク アクセス ポイント。

Peripheral 5

周辺機器。 例としては、マウス、ジョイスティック、キーボードがあります。

Phone 2

電話。 デバイスの例としては、携帯電話、コードレス、有料電話、モデムがあります。

Toy 8

おもちゃ。

Wearable 7

ウェアラブル デバイス。

適用対象