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

信息,例如 Web 服务器、WAP 服务器。

LimitedDiscoverableMode 1

受限的可发现模式。

NetworkingService 16

网络,例如 LAN、即席。

None 0

无。

ObjectTransferService 128

对象传输,例如 v-Inbox、v-folder。

PositioningService 8

定位或位置标识。

RenderingService 32

呈现,例如打印机、扬声器。

TelephoneService 512

电话,例如无绳、调制解调器、头戴显示设备服务。

适用于