BluetoothLEAdvertisementFlags 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public enum class BluetoothLEAdvertisementFlags
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothLEAdvertisementFlags
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothLEAdvertisementFlags
var value = Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementFlags.none
Public Enum BluetoothLEAdvertisementFlags
- 継承
-
BluetoothLEAdvertisementFlags
- 属性
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
|
フィールド
ClassicNotSupported | 4 | Bluetooth BR/EDR がサポートされていないことを指定します。 |
DualModeControllerCapable | 8 | 同じデバイス対応 (コントローラー) に対して同時 Bluetooth LE と BR/EDR を指定します。 |
DualModeHostCapable | 16 | 同じデバイス対応 (ホスト) に同時 Bluetooth LE と BR/EDR を指定します |
GeneralDiscoverableMode | 2 | Bluetooth LE General Discoverable モードを指定します。 |
LimitedDiscoverableMode | 1 | Bluetooth LE Limited Discoverable Mode を指定します。 |
None | 0 | フラグを指定しません。 |