BluetoothMajorClass 枚举

定义

指示设备的 Major 类代码,该设备是与设备关联的常规设备系列。

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

当更具体的 Major 类代码不适合时使用。

NetworkAccessPoint 3

LAN 或网络接入点。

Peripheral 5

外围设备。 示例包括鼠标、游戏杆和键盘。

Phone 2

一部手机。 示例设备包括手机网络、无绳、付费电话和调制解调器。

Toy 8

一个玩具。

Wearable 7

可穿戴设备。

适用于