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
|