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

テレフォニー(コードレス、モデム、ヘッドセットサービスなど)。

適用対象