BluetoothServiceCapabilities Enumeration

Definition

Gibt die Dienstfunktionen eines Geräts an.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

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
Vererbung
BluetoothServiceCapabilities
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
bluetooth

Felder

AudioService 256

Audio, z. B. Lautsprecher, Mikrofon, Headset-Dienst.

CapturingService 64

Erfassung, z. B. Scanner, Mikrofon.

InformationService 1024

Informationen, z. B. Webserver, WAP-Server.

LimitedDiscoverableMode 1

Eingeschränkter auffindbarer Modus.

NetworkingService 16

Netzwerk, z. B. LAN, Ad-hoc.

None 0

Keine.

ObjectTransferService 128

Objektübertragung, z. B. v-Posteingang, V-Ordner.

PositioningService 8

Positionierung oder Standortidentifikation.

RenderingService 32

Rendering, z. B. Drucker, Lautsprecher.

TelephoneService 512

Telefonie, z. B. kabellos, Modem, Headset-Dienst.

Gilt für: