BluetoothLEAppearance.FromRawValue(UInt16) 方法

定义

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

public:
 static BluetoothLEAppearance ^ FromRawValue(unsigned short rawValue);
 static BluetoothLEAppearance FromRawValue(uint16_t const& rawValue);
public static BluetoothLEAppearance FromRawValue(ushort rawValue);
function fromRawValue(rawValue)
Public Shared Function FromRawValue (rawValue As UShort) As BluetoothLEAppearance

参数

rawValue
UInt16

unsigned short

uint16_t

表示外观类别和子类别的原始整数值。

返回

从外观类别和子类别创建的蓝牙 LE 外观对象。

Windows 要求

应用功能
bluetooth

适用于