BluetoothLEAppearance Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des fonctionnalités permettant de déterminer les informations d’apparence Bluetooth Low Energy (LE) pour un appareil. Pour obtenir une instance de cette classe, appelez la méthode BluetoothLEAppearance.FromRawValue ou la méthode BluetoothLEAppearance.FromParts.
public ref class BluetoothLEAppearance sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BluetoothLEAppearance final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BluetoothLEAppearance
Public NotInheritable Class BluetoothLEAppearance
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
|
Fonctionnalités de l’application |
bluetooth
|
Propriétés
Category |
Obtient la valeur de catégorie d’apparence de l’appareil Bluetooth LE. |
RawValue |
Obtient la valeur brute d’apparence de l’appareil Bluetooth LE. |
SubCategory |
Obtient la valeur de sous-catégorie d’apparence de l’appareil Bluetooth LE. |
Méthodes
FromParts(UInt16, UInt16) |
Crée un objet BluetoothLEAppearance en fournissant des valeurs pour Category (voir BluetoothLEAppearanceCategories) et Subcategory (voir BluetoothLEAppearanceSubcategories) de l’appareil Bluetooth LE. |
FromRawValue(UInt16) |
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. |