Partager via


BluetoothLEAppearance.FromRawValue(UInt16) Méthode

Définition

Crée un objet BluetoothLEAppearance en fournissant des valeurs entières brutes représentant la catégorie et la sous-catégorie de l’appareil Bluetooth LE.

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

Paramètres

rawValue
UInt16

unsigned short

uint16_t

Valeur entière brute représentant la catégorie d’apparence et la sous-catégorie.

Retours

Objet d’apparence Bluetooth LE créé à partir de la catégorie d’apparence et de la sous-catégorie.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à