BluetoothClassOfDevice.FromRawValue(UInt32) 方法

定义

从表示设备的主要类、次要类和服务功能的原始整数值创建 BluetoothClassOfDevice 对象。

public:
 static BluetoothClassOfDevice ^ FromRawValue(unsigned int rawValue);
 static BluetoothClassOfDevice FromRawValue(uint32_t const& rawValue);
public static BluetoothClassOfDevice FromRawValue(uint rawValue);
function fromRawValue(rawValue)
Public Shared Function FromRawValue (rawValue As UInteger) As BluetoothClassOfDevice

参数

rawValue
UInt32

unsigned int

uint32_t

要从中创建 BluetoothClassOfDevice 对象的原始整数值。

返回

BluetoothClassOfDevice 对象。

Windows 要求

应用功能
bluetooth

适用于