BluetoothLEAppearance.FromRawValue(UInt16) Method

Definition

Creates a BluetoothLEAppearance object by supplying for raw integer values representing the Category and Subcategory of the Bluetooth LE device.

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

Parameters

rawValue
UInt16

unsigned short

uint16_t

The raw integer value representing the appearance category and subcategory.

Returns

The Bluetooth LE appearance object that was created from the appearance category and subcategory.

Windows requirements

App capabilities
bluetooth

Applies to