BluetoothLEAppearance 类

定义

提供用于确定设备的蓝牙低功耗 (LE) 外观信息的功能。 若要获取此类的实例,请调用 BluetoothLEAppearance.FromRawValue 方法或 BluetoothLEAppearance.FromParts 方法。

public ref class BluetoothLEAppearance sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BluetoothLEAppearance final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BluetoothLEAppearance
Public NotInheritable Class BluetoothLEAppearance
继承
Object Platform::Object IInspectable BluetoothLEAppearance
属性

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

属性

Category

获取蓝牙 LE 设备的外观类别值。

RawValue

获取蓝牙 LE 设备的外观原始值。

SubCategory

获取蓝牙 LE 设备的外观子类别值。

方法

FromParts(UInt16, UInt16)

通过提供 Category 的值创建 BluetoothLEAppearance 对象, (请参阅 BluetoothLEAppearanceCategories) 和 Subcategory (请参阅蓝牙 LE 设备的 BluetoothLEAppearanceSubcategories) 。

FromRawValue(UInt16)

通过提供表示蓝牙 LE 设备的 Category 和 Subcategory 的原始整数值来创建 BluetoothLEAppearance 对象。

适用于