BluetoothClassOfDevice.FromRawValue(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从表示设备的主要类、次要类和服务功能的原始整数值创建 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
|