共用方式為


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

適用於