BluetoothServiceCapabilities 列舉

定義

指出裝置的服務功能。

此列舉支援其成員值的位元組合。

public enum class BluetoothServiceCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothServiceCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothServiceCapabilities
var value = Windows.Devices.Bluetooth.BluetoothServiceCapabilities.none
Public Enum BluetoothServiceCapabilities
繼承
BluetoothServiceCapabilities
屬性

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

欄位

AudioService 256

音訊,例如喇叭、麥克風、頭戴式裝置服務。

CapturingService 64

擷取,例如掃描器、麥克風。

InformationService 1024

例如網頁伺服器、WAP 伺服器等資訊。

LimitedDiscoverableMode 1

有限的可探索模式。

NetworkingService 16

網路功能,例如 LAN、臨機操作。

None 0

無。

ObjectTransferService 128

物件傳送,例如 v-Inbox、v-folder。

PositioningService 8

定位或位置識別。

RenderingService 32

轉譯,例如印表機、喇叭。

TelephoneService 512

電話語音,例如無纜線、數據機、頭戴式裝置服務。

適用於