BluetoothLEAppearance.FromRawValue(UInt16) メソッド

定義

Bluetooth LE デバイスの Category と Subcategory を表す未加工の整数値を指定して、 BluetoothLEAppearance オブジェクトを作成します。

public:
 static BluetoothLEAppearance ^ FromRawValue(unsigned short rawValue);
 static BluetoothLEAppearance FromRawValue(uint16_t const& rawValue);
public static BluetoothLEAppearance FromRawValue(ushort rawValue);
function fromRawValue(rawValue)
Public Shared Function FromRawValue (rawValue As UShort) As BluetoothLEAppearance

パラメーター

rawValue
UInt16

unsigned short

uint16_t

外観カテゴリとサブカテゴリを表す未加工の整数値。

戻り値

外観カテゴリとサブカテゴリから作成された Bluetooth LE の外観オブジェクト。

Windows の要件

アプリの機能
bluetooth

適用対象