BluetoothLEAppearance.FromRawValue(UInt16) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通过提供表示蓝牙 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
|