BluetoothAddressType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述蓝牙地址类型。
public enum class BluetoothAddressType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class BluetoothAddressType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum BluetoothAddressType
var value = Windows.Devices.Bluetooth.BluetoothAddressType.public
Public Enum BluetoothAddressType
- 继承
-
BluetoothAddressType
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)
|
应用功能 |
bluetooth
|
字段
Public | 0 | 公共地址。 |
Random | 1 | 随机地址。 |
Unspecified | 2 | 未指定的地址。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1703 | 15063 | 未指定 |