BluetoothConnectionStatus 列挙型

定義

デバイスの接続状態を示します。

public enum class BluetoothConnectionStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothConnectionStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothConnectionStatus
var value = Windows.Devices.Bluetooth.BluetoothConnectionStatus.disconnected
Public Enum BluetoothConnectionStatus
継承
BluetoothConnectionStatus
属性

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

フィールド

Connected 1

デバイスが接続されています。

Disconnected 0

デバイスが切断されています。

適用対象