次の方法で共有


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

適用対象