共用方式為


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

一個 toy。

Wearable 7

穿戴式裝置。

適用於